-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Description
Bug:
When I put a comment in the line of the last enum I created in a header file, I got a norminette error written in red. This error concerns a boolean prototype function.
Erroneous code
An exemple of enum which provide this error:
typedef enum e_type
{
TEX,
COLOR,
MAP,
EMPTY,
UNKNOWN // comment here
} t_type;Additional infos
Version: norminette 3.3.55
Additional context
The error:
Error: Unrecognized line (185, 41) while parsing line [<CHAR>]
And the line 185:
184: bool check_argc(int argc); 185: bool check_extension(char *filename, char *ext_to_check);
Note that the first boolean function is not concerned by the error while the second one is.
Thanks for your time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels