refer to defined macro

This commit is contained in:
Lev Walkin 2017-03-26 04:03:43 -07:00
parent 2e8ee8d5be
commit 9e0bf1b87a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ static void ASN_DEBUG(const char *fmt, ...) { (void)fmt; }
* Check stack against overflow, if limit is set.
*/
#define ASN__DEFAULT_STACK_MAX (30000)
static int __attribute__((unused))
static int GCC_NOTUSED
ASN__STACK_OVERFLOW_CHECK(asn_codec_ctx_t *ctx) {
if(ctx && ctx->max_stack_size) {