Discussion:
[ragel-users] How to suppress generation of foo_en_main?
Ivan Ristić
2013-11-22 11:16:52 UTC
Permalink
Is it possible to suppress the generation of the foo_en_main variable?
In my case, the variable isn't used, and results with a compile error
later on.

For example:

htp_http_parsers.c:114:18: fatal error: unused variable
'content_range_en_main' [-Wunused-variable]

Thanks.
--
Ivan
Adrian Thurston
2013-11-24 19:27:22 UTC
Permalink
Sorry, not at present. It should be an option to 'write data'.
Post by Ivan Ristić
Is it possible to suppress the generation of the foo_en_main variable?
In my case, the variable isn't used, and results with a compile error
later on.
htp_http_parsers.c:114:18: fatal error: unused variable
'content_range_en_main' [-Wunused-variable]
Thanks.
Loading...