Ivan Ristić
2013-11-22 11:16:52 UTC
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.
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
Ivan