Skip to content

Commit

Permalink
src/boot/efi/meson.build: compile with -Werror
Browse files Browse the repository at this point in the history
The src/boot/efi/ code is built separately from the rest of the meson
build, and doesn't pick up the meson --werror param added to the
top-level meson.build file.  This adds the cc -Werror param manually
to the cc builds of the EFI code.
  • Loading branch information
Dan Streetman committed Aug 15, 2019
1 parent 4287d08 commit 8f35536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/boot/efi/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ if have_gnu_efi

compile_args = ['-Wall',
'-Wextra',
'-Werror',
'-std=gnu90',
'-nostdinc',
'-ggdb', '-O0',
Expand Down

0 comments on commit 8f35536

Please sign in to comment.