VirtualBox

Changeset 78266 in vbox


Ignore:
Timestamp:
Apr 23, 2019 7:11:27 PM (6 years ago)
Author:
vboxsync
Message:

Config.kmk,GuestHost\OpenGL,HostServices\SharedOpenGL: Fix a bunch of compiler warnings and enable them again [build fixes]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r78264 r78266  
    73507350else ifeq ($(KBUILD_TARGET),win)
    73517351 #   -wd4055: renderspu.c(1553) : warning C4055: 'type cast' : from data pointer 'const GLvoid *' to function pointer 'PFNVCRSERVER_CLIENT_CALLOUT'
     7352 #   -wd4305: renderspu_wgl.c(1118) : warning C4305: 'type cast' : truncation from 'uint64_t' to 'void *'
    73527353 TEMPLATE_VBOXCROGLR3HOSTDLL_CFLAGS          = $(TEMPLATE_$(TEMPLATE_VBOXCROGLR3HOSTDLL_EXTENDS)_CFLAGS) \
    7353   -wd4055
     7354  -wd4055 -wd4305
    73547355endif
    73557356
Note: See TracChangeset for help on using the changeset viewer.

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