Changeset 84411 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 20, 2020 2:31:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/3D/win/VBoxGL/Makefile.kmk
r83832 r84411 28 28 # -wd4005: '__useHeader' : redefinition 29 29 VBoxGL_CFLAGS := -wd4005 30 if "$(VBOX_NEWER_VCC_TOOL_STEM)" >= "VCC14 1"30 if "$(VBOX_NEWER_VCC_TOOL_STEM)" >= "VCC140" 31 31 # -wd4204: nonstandard extension used: non-constant aggregate initializer 32 32 # -wd4459: stw_device.h(102): warning C4459: declaration of 'stw_dev' hides global declaration
Note:
See TracChangeset
for help on using the changeset viewer.