mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(build): suppress invalid-offsetof warnings
This commit is contained in:
parent
65b0689538
commit
a5b2cc0391
1 changed files with 5 additions and 0 deletions
|
|
@ -36,3 +36,8 @@ target_link_libraries(storm
|
||||||
PRIVATE
|
PRIVATE
|
||||||
system
|
system
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_compile_options(storm
|
||||||
|
PUBLIC
|
||||||
|
-Wno-invalid-offsetof
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue