Skip to content
Snippets Groups Projects
Unverified Commit fca87cfa authored by LC's avatar LC Committed by GitHub
Browse files

Merge pull request #5014 from comex/xx-invalid-offsetof

CMakeLists: disable -Winvalid-offsetof
parents 1dbe39f7 32f3b6b8
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,7 @@ else() ...@@ -66,6 +66,7 @@ else()
-Wextra -Wextra
-Wmissing-declarations -Wmissing-declarations
-Wno-attributes -Wno-attributes
-Wno-invalid-offsetof
-Wno-unused-parameter -Wno-unused-parameter
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment