Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140998
b: refs/heads/master
c: 44fc6ee
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Mar 20, 2009
1 parent 0bd2178 commit 955729c
Show file tree
Hide file tree
Showing 94 changed files with 1,414 additions and 13,239 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: 5087f8d2a2f2daff5a913d72d8ea3ad601948e10
refs/heads/master: 44fc6ee92356aa3be31798ced220ab5abd898781
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 955729c

Please sign in to comment.