Skip to content

Commit

Permalink
Ruby: Disable warning about invalid suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed May 13, 2018
1 parent 4fc5c82 commit 629aa51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bindings/swig/ruby/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ else ()
set (SWIG_COMPILE_FLAGS "${SWIG_COMPILE_FLAGS} -Wno-delete-non-virtual-dtor")

set (SWIG_COMPILE_FLAGS "${SWIG_COMPILE_FLAGS} -Wno-deprecated-register")
set (SWIG_COMPILE_FLAGS "${SWIG_COMPILE_FLAGS} -Wno-reserved-user-defined-literal")
set (SWIG_COMPILE_FLAGS "${SWIG_COMPILE_FLAGS} -Wno-macro-redefined")
endif ()

Expand Down

0 comments on commit 629aa51

Please sign in to comment.