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

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