- Timestamp:
- May 23, 2013 9:14:24 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
r46189 r46226 57 57 endif # target linux 58 58 vboxvideo_drv_TEMPLATE = VBOXGUESTR3XF86MOD 59 vboxvideo_drv_CFLAGS += -Wno-shadow # Avoid MBs of warnings in X11 and OpenGL headers (solaris mostly). 59 60 vboxvideo_drv_DEFS.linux = linux 60 61 vboxvideo_drv_DEFS.x86 = __i386__ … … 134 135 ifeq ($(KBUILD_TARGET),solaris) # don't use .solaris or anything here. 135 136 vboxvideo_drv_70_CFLAGS += -D_XPG6 # Until we have moved the C++ bits into a library 136 vboxvideo_drv_70_CFLAGS += -Wno-shadow # Try avoid MBs of warnings...137 137 endif 138 138 vboxvideo_drv_70_INCS = \
Note:
See TracChangeset
for help on using the changeset viewer.