VirtualBox

Changeset 96581 in vbox


Ignore:
Timestamp:
Sep 2, 2022 1:18:54 PM (2 years ago)
Author:
vboxsync
Message:

/Config.kmk: The OS/2 gcc seems to be spewing out a lot of warnings about #pragma once, so try disable those.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r96541 r96581  
    19921992 CDEFS += RTPATH_APP_DOCS=\"$(VBOX_PATH_APP_DOCS)\"
    19931993 endif
     1994endif
     1995if1of ($(KBUILD_TARGET), os2) # The gcc here is too old to grok #pragma once, instead it complains.
     1996 CDEFS += RT_WITHOUT_PRAGMA_ONCE
    19941997endif
    19951998CXXDEFS  += $(CDEFS)
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