Skip to content

Commit

Permalink
meson: add forgotten -Wno-address-of-packed-member
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Jan 13, 2025
1 parent 4463ce9 commit 872e7f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fdpp/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ LIBFDPP = shared_library('fdpp', [ccfiles, ppccf, FDPP_CCFILES, CPPFILES],
cpp_args: ['-DFDPP', '-DDEBUG', '-DWITHFAT32', '-DCLANG_VER=' + CLANG_VER,
'-fno-threadsafe-statics',
'-Werror=packed-non-pod', '-Wno-unknown-warning-option',
'-Wno-format-invalid-specifier', '-Wno-c99-designator', DEBUG_OPTS
'-Wno-format-invalid-specifier', '-Wno-c99-designator',
'-Wno-address-of-packed-member', DEBUG_OPTS
],
link_args: ['-Wl,-Bsymbolic'],
install: true,
Expand Down

0 comments on commit 872e7f9

Please sign in to comment.