Skip to content

Commit

Permalink
Merge pull request #63 from c-dilks/fix-Wno-stringop-overflow
Browse files Browse the repository at this point in the history
fix: unknown warning option '-Wno-stringop-overflow' from `clang++`
  • Loading branch information
gavalian authored Nov 5, 2024
2 parents 61ecdd8 + 8cd06b7 commit a64e632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hipo4/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ hipo_lib = library(
'-Wno-unused-but-set-variable',
'-Wno-misleading-indentation',
'-Wno-format',
'-Wno-stringop-overflow',
'-Wno-shift-overflow',
] : [],
install: true
)
Expand Down

0 comments on commit a64e632

Please sign in to comment.