VirtualBox

Changeset 62772 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 31, 2016 5:12:12 PM (8 years ago)
Author:
vboxsync
Message:

Main: Disable MSC warning C4668 in the generated VirtualBox.h. (Windows.h again)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r62589 r62772  
    11611161                /I idl \
    11621162                $(call VBOX_FN_MAKE_WIN_PATH,$<)
     1163        $(MV) -f "$(VBoxCOM_0_OUTDIR)/VirtualBox.h" "$(VBoxCOM_0_OUTDIR)/VirtualBox.h.tmp"
     1164        $(APPEND) -nt "$(VBoxCOM_0_OUTDIR)/VirtualBox.h" \
     1165                '#pragma warning(push) /* -Wall and windows.h */' \
     1166                '#pragma warning(disable:4668)' \
     1167               ''
     1168        $(CAT_EXT) "$(VBoxCOM_0_OUTDIR)/VirtualBox.h.tmp" >> "$(VBoxCOM_0_OUTDIR)/VirtualBox.h"
     1169        $(APPEND) -n "$(VBoxCOM_0_OUTDIR)/VirtualBox.h" \
     1170                '' \
     1171                '#pragma warning(pop)' \
     1172               ''
     1173        $(RM) -f "$(VBoxCOM_0_OUTDIR)/VirtualBox.h.tmp"
    11631174
    11641175if defined(VBOX_WITH_MIDL_PROXY_STUB)
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