added a new pragma pedantic to make syntax check stricter - for now. it flags about unused local and global variables
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1014,6 +1014,7 @@ enum hawk_errnum_t
|
||||
HAWK_EINCLTD, /**< include level too deep */
|
||||
HAWK_EXKWNR, /**< word after @ not recognized */
|
||||
HAWK_EXKWEM, /**< @ not followed by a valid word */
|
||||
HAWK_EUNUSED, /**< unused element */
|
||||
|
||||
/* hawk run time error */
|
||||
HAWK_ESTACK, /**< stack error */
|
||||
|
||||
Reference in New Issue
Block a user