Changeset 95908 in vbox
- Timestamp:
- Jul 28, 2022 12:21:21 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152658
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/3D/win/VBoxSVGA/Makefile.kmk
r95266 r95908 26 26 # -wd4100: unreferenced formal parameter 27 27 # -wd4200: nonstandard extension used : zero-sized array in struct/union 28 # -wd4204: vmw_screen_ioctl.c(392): warning C4204: nonstandard extension used: non-constant aggregate initializer 28 29 # -wd4211: nonstandard extension used : redefined extern to static 29 30 # -wd4245: 'return' : conversion from 'int' to 'unsigned int', signed/unsigned mismatch 30 31 # -wd4255: no function prototype given 31 32 # -wd4668: 'something' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' 32 VBoxSVGA_CFLAGS = -wd4005 -wd4100 -wd4200 -wd42 11 -wd4245 -wd4255 -wd466833 VBoxSVGA_CFLAGS = -wd4005 -wd4100 -wd4200 -wd4204 -wd4211 -wd4245 -wd4255 -wd4668 33 34 VBoxSVGA_INCS = \ 34 35 $(VBoxSVGA_0_OUTDIR)/../VBoxMesaUtilLib/$(VBOX_MESA)/src \
Note:
See TracChangeset
for help on using the changeset viewer.