Commit 0c2c068d authored by Mouse's avatar Mouse

Workaround for #vlm/asn1c/issues/321

parent 95d67a74
......@@ -7,6 +7,9 @@
#include "asn1parser.h"
#include "asn1p_y.h"
/* Workaround for https://github.com/vlm/asn1c/issues/321 */
#pragma GCC diagnostic ignored "-Wsign-compare"
int asn1p_lex(void);
void asn1p_lexer_hack_push_opaque_state(void); /* Used in .y */
void asn1p_lexer_hack_enable_with_syntax(void); /* Used in .y */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment