Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140990
b: refs/heads/master
c: 22de89b
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Mar 20, 2009
1 parent c3d3462 commit da39bae
Show file tree
Hide file tree
Showing 100 changed files with 1,520 additions and 13,275 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a635cf0497342978d417cae19d4a4823932977ff
refs/heads/master: 22de89b371a18086162eacd9f8c960299334ab01
3 changes: 3 additions & 0 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,9 @@ KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
# disable pointer signed / unsigned warnings in gcc 4.0
KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,)

# disable invalid "can't wrap" optimzations for signed / pointers
KBUILD_CFLAGS += $(call cc-option,-fwrapv)

# Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments
# But warn user when we do so
warn-assign = \
Expand Down
Loading

0 comments on commit da39bae

Please sign in to comment.