Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250751
b: refs/heads/master
c: af0e5d5
h: refs/heads/master
i:
  250749: 17a8758
  250747: 18faf9f
  250743: e8274e6
  250735: 9b2c30c
  250719: d294856
  250687: d39139a
  250623: 9d83f4b
v: v3
  • Loading branch information
Dave Jones authored and Michal Marek committed Apr 29, 2011
1 parent 3cef62b commit 13c6f3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f07726048d599acd6bac438e304645a78db753c0
refs/heads/master: af0e5d565d2fffcd97d1e2d89669d627cc04e8b8
4 changes: 4 additions & 0 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,10 @@ ifndef CONFIG_CC_STACKPROTECTOR
KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector)
endif

# This warning generated too much noise in a regular build.
# Use make W=1 to enable this warning (see scripts/Makefile.build)
KBUILD_CFLAGS += $(call cc-option, -Wno-unused-but-set-variable)

ifdef CONFIG_FRAME_POINTER
KBUILD_CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
else
Expand Down
1 change: 1 addition & 0 deletions trunk/scripts/Makefile.build
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ warning-1 += -Wmissing-format-attribute
warning-1 += -Wmissing-prototypes
warning-1 += -Wold-style-definition
warning-1 += $(call cc-option, -Wmissing-include-dirs)
warning-1 += $(call cc-option, -Wunused-but-set-variable)

warning-2 := -Waggregate-return
warning-2 += -Wcast-align
Expand Down

0 comments on commit 13c6f3c

Please sign in to comment.