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

This commit is contained in:
2025-12-13 22:09:05 +09:00
parent 3d64e38f5a
commit d3b90da1e7
11 changed files with 203 additions and 74 deletions

View File

@@ -109,7 +109,7 @@ int main ()
hawk_uint128_t u128;
hawk_uint8_t arr[16];
} x;
hawk_uint128_t tmp;
/*hawk_uint128_t tmp;*/
x.arr[0] = 0x11;
x.arr[1] = 0x22;