Skip to content

Commit b80906e

Browse files
mmueslydanpoe
authored andcommitted
Update Makefiles to disable keyword-macro warning in tests
To make private methos avilable to unit tests, it is a common practice to redefine the private keyword. While GCC doesn't carea bout this, older clang versions don't support this behavior and issue a warning. As all warnings are converted into errors, this waring breaks the build. To allow the intended behavior during testing, the -Wno-key-macro flag is added.
1 parent f71c1ca commit b80906e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ DIRS = analyses \
1818
langapi \
1919
linking \
2020
memory-analyzer \
21-
memory-models \
2221
pointer-analysis \
2322
solvers \
2423
util \

0 commit comments

Comments
 (0)