suppress warnings

This commit is contained in:
2023-12-10 23:12:22 +01:00
parent 36bd11fdf5
commit 49f6bb4b71
21 changed files with 60 additions and 48 deletions

View File

@@ -35,7 +35,7 @@ jobs:
# Build the lib
- name: Build MacroLibX
run: make TOOLCHAIN=gcc -j
run: make TOOLCHAIN=gcc -j && make fclean && make TOOLCHAIN=gcc DEBUG=true -j
# Build the test
- name: Build Test