Changeset 63024 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/Makefile.kmk
- Timestamp:
- Aug 5, 2016 12:47:28 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109636
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/Makefile.kmk
r63021 r63024 44 44 # -wd4245: '=' : conversion from 'int' to 'DWORD', signed/unsigned mismatch 45 45 # -wd4305: 'function' : truncation from 'double' to 'GLclampf' 46 TEMPLATE_VBoxGuestWineDLL_CFLAGS = $( TEMPLATE_VBOXGUESTR3NPDLL_CFLAGS) -wd4100 -wd4204 -wd4245 -wd430546 TEMPLATE_VBoxGuestWineDLL_CFLAGS = $(filter-out -WX,$(TEMPLATE_VBOXGUESTR3NPDLL_CFLAGS)) -wd4100 -wd4204 -wd4245 -wd4305 47 47 48 48 #
Note:
See TracChangeset
for help on using the changeset viewer.