You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've never used ragel, but another project I work on does, and it seems code ragel generates has warnings with clang's -Wreserved-identifier (because it uses an underscore prefix in variable/function names), ex:
_simple_lexer_actions, _simple_lexer_key_offsets, _simple_lexer_trans_keys, etc.
At least, I'm pretty sure this is code ragel generates. Please shoot me down if not. :)
I've never used ragel, but another project I work on does, and it seems code ragel generates has warnings with clang's
-Wreserved-identifier
(because it uses an underscore prefix in variable/function names), ex:_simple_lexer_actions
,_simple_lexer_key_offsets
,_simple_lexer_trans_keys
, etc.At least, I'm pretty sure this is code ragel generates. Please shoot me down if not. :)
The code is here.
The text was updated successfully, but these errors were encountered: