mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
src/CMakLists.txt: re-disable other warnings for SWIG building
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
parent
2e97aa9979
commit
d2e0327c30
@ -3,11 +3,11 @@
|
||||
# Unfortunaly this quick fix for issue #518, adds a .c file to the
|
||||
# java swig wrapper which then failes on CXX compiler warnings. For
|
||||
# now, turn off warnings as errors for all the swig wrappers.
|
||||
set (SWIG_CXX_DISABLE_WARNINGS -Wno-error)
|
||||
#set (SWIG_CXX_DISABLE_WARNINGS -Wno-delete-non-virtual-dtor
|
||||
# -Wno-unused-function
|
||||
# -Wno-maybe-uninitialized
|
||||
# -Wno-strict-aliasing)
|
||||
set (SWIG_CXX_DISABLE_WARNINGS -Wno-error
|
||||
-Wno-delete-non-virtual-dtor
|
||||
-Wno-unused-function
|
||||
-Wno-maybe-uninitialized
|
||||
-Wno-strict-aliasing)
|
||||
|
||||
macro (file_to_list readfile outlist)
|
||||
FILE(READ "${readfile}" contents)
|
||||
|
Loading…
x
Reference in New Issue
Block a user