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:
@@ -395,6 +395,14 @@ struct hawk_bctos_b_t
|
||||
hawk_bchu_t c[2]; /* ensure the unsigned type to hold not only a byte character but also a free slot index */
|
||||
};
|
||||
|
||||
|
||||
typedef struct hawk_var_xinfo_t hawk_var_xinfo_t;
|
||||
struct hawk_var_xinfo_t
|
||||
{
|
||||
hawk_uint8_t used;
|
||||
hawk_loc_t loc;
|
||||
};
|
||||
|
||||
struct hawk_rtx_t
|
||||
{
|
||||
HAWK_RTX_HDR;
|
||||
|
||||
Reference in New Issue
Block a user