Add debug build recipe to makefile #172
Annotations
6 warnings
src/hashtable.c:10:23 [readability-braces-around-statements]:
src/hashtable.c#L10
statement should be inside braces
|
src/hashtable.c:61:24 [readability-braces-around-statements]:
src/hashtable.c#L61
statement should be inside braces
|
src/hashtable.c:83:25 [readability-braces-around-statements]:
src/hashtable.c#L83
statement should be inside braces
|
src/hashtable.c:104:28 [readability-braces-around-statements]:
src/hashtable.c#L104
statement should be inside braces
|
src/hashtable.c:118:21 [readability-braces-around-statements]:
src/hashtable.c#L118
statement should be inside braces
|
c-linter
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|