Changeset 78266 in vbox
- Timestamp:
- Apr 23, 2019 7:11:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r78264 r78266 7350 7350 else ifeq ($(KBUILD_TARGET),win) 7351 7351 # -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 *' 7352 7353 TEMPLATE_VBOXCROGLR3HOSTDLL_CFLAGS = $(TEMPLATE_$(TEMPLATE_VBOXCROGLR3HOSTDLL_EXTENDS)_CFLAGS) \ 7353 -wd4055 7354 -wd4055 -wd4305 7354 7355 endif 7355 7356
Note:
See TracChangeset
for help on using the changeset viewer.