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

CMakeLists: disable -Winvalid-offsetof
pull/8/head
LC 4 years ago committed by GitHub
commit fca87cfa3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,6 +66,7 @@ else()
-Wextra
-Wmissing-declarations
-Wno-attributes
-Wno-invalid-offsetof
-Wno-unused-parameter
)

Loading…
Cancel
Save