Changeset 52421 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Aug 19, 2014 7:43:19 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95601
- Location:
- trunk/src/VBox/Additions/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/Makefile.module
r50440 r52421 28 28 MANGLING := $(KBUILD_EXTMOD)/include/VBox/VBoxGuestMangling.h 29 29 endif 30 MOD_CFLAGS = - fshort-wchar -include $(MANGLING)30 MOD_CFLAGS = -Wno-declaration-after-statement -fshort-wchar -include $(MANGLING) 31 31 MOD_INCL = $(addprefix -I$(KBUILD_EXTMOD),/ /include /r0drv/linux) 32 32 # What on earth is this? -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module
r36584 r52421 66 66 MOD_CFLAGS = 67 67 else 68 MOD_CFLAGS = - fshort-wchar -include $(MANGLING)68 MOD_CFLAGS = -Wno-declaration-after-statement -fshort-wchar -include $(MANGLING) 69 69 70 70 # special hack for Fedora Core 6 2.6.18 (fc6), rhel5 2.6.18 (el5),
Note:
See TracChangeset
for help on using the changeset viewer.