VirtualBox

Changeset 95908 in vbox


Ignore:
Timestamp:
Jul 28, 2022 12:21:21 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152658
Message:

Add/3D/VBoxSVGA: Disabled warning C4204 to make it compile here. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/3D/win/VBoxSVGA/Makefile.kmk

    r95266 r95908  
    2626#  -wd4100: unreferenced formal parameter
    2727#  -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
    2829#  -wd4211: nonstandard extension used : redefined extern to static
    2930#  -wd4245: 'return' : conversion from 'int' to 'unsigned int', signed/unsigned mismatch
    3031#  -wd4255: no function prototype given
    3132#  -wd4668: 'something' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
    32 VBoxSVGA_CFLAGS   = -wd4005 -wd4100 -wd4200 -wd4211 -wd4245 -wd4255 -wd4668
     33VBoxSVGA_CFLAGS   = -wd4005 -wd4100 -wd4200 -wd4204 -wd4211 -wd4245 -wd4255 -wd4668
    3334VBoxSVGA_INCS     = \
    3435        $(VBoxSVGA_0_OUTDIR)/../VBoxMesaUtilLib/$(VBOX_MESA)/src \
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette