Skip to content

Commit

Permalink
warnings: disallow warnings going forward
Browse files Browse the repository at this point in the history
Fixing warnings early reduced maintenance effort in the future. As this
project is still in an early stage, make sure we do not pile up issues.

To improve precision, classes of warnings we accept can be disabled
explicitly.

Signed-off-by: Norbert Manthey <[email protected]>
  • Loading branch information
nmanthey authored and wipawel committed Aug 21, 2020
1 parent 0e29f8e commit 1178257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ CFLAGS += -mno-red-zone -mno-mmx -mno-sse -mno-sse2
CFLAGS += -fno-stack-protector -fno-exceptions -fno-builtin
CFLAGS += -mcmodel=kernel -fno-pic -fno-asynchronous-unwind-tables -fno-unwind-tables
CFLAGS += -Wno-unused-parameter -Wno-address-of-packed-member
CFLAGS += -Werror

-include Makeconf.local

Expand Down

0 comments on commit 1178257

Please sign in to comment.