Changeset 59558 in vbox
- Timestamp:
- Feb 2, 2016 2:50:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/Makefile.module.kms
r58129 r59558 33 33 MANGLING := $(KBUILD_EXTMOD)/include/VBox/VBoxGuestMangling.h 34 34 endif 35 MOD_CFLAGS = - fshort-wchar -include $(MANGLING)35 MOD_CFLAGS = -Wno-declaration-after-statement -fshort-wchar -include $(MANGLING) 36 36 MOD_INCL = $(addprefix -I$(KBUILD_EXTMOD),/ /include) 37 37 # What on earth is this?
Note:
See TracChangeset
for help on using the changeset viewer.