Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set(SWIG_COMPILE_OPTIONS
-Wno-missing-declarations
-Wno-missing-field-initializers
-Wno-sign-compare
-Wno-sometimes-uninitialized
# -Wno-sometimes-uninitialized
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be no longer needed, the problem was fixed in glib.

-Wno-strict-aliasing
-Wno-unused-function
-Wno-unused-parameter
Expand Down