Skip to content

Commit

Permalink
fix swig compile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Oct 2, 2020
1 parent 4403f12 commit f90ec81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/swig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function (swig_checks BINDING_NAME SUBDIRECTORY)
endif ()
endfunction (swig_checks)

set (SWIG_COMPILE_FLAGS "-Wno-shadow -Wno-old-style-cast -Wno-unused-variable")
set (SWIG_COMPILE_FLAGS "-Wno-error -Wno-shadow -Wno-old-style-cast -Wno-unused-variable -Wno-stringop-overflow")
find_swig ()

check_binding_included ("python" IS_INCLUDED SUBDIRECTORY "swig/python")
Expand Down

0 comments on commit f90ec81

Please sign in to comment.