mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Suppress all compile warning when building unit tests
This commit is contained in:
parent
6c668bce88
commit
1329fe14ec
@ -156,6 +156,7 @@ endif
|
||||
TESTS = tests/unittests/unittests tests/functionaltests/functionaltests
|
||||
check_PROGRAMS = tests/unittests/unittests tests/functionaltests/functionaltests
|
||||
tests_unittests_unittests_SOURCES = $(unittest_sources)
|
||||
tests_unittests_unittests_CFLAGS = -w
|
||||
tests_unittests_unittests_LDADD = -lcmocka
|
||||
tests_functionaltests_functionaltests_SOURCES = $(functionaltest_sources)
|
||||
tests_functionaltests_functionaltests_CFLAGS = -I/usr/include/tcl8.6 -I/usr/include/tcl8.5
|
||||
|
Loading…
Reference in New Issue
Block a user