VirtualBox

Changeset 75117 in vbox for trunk


Ignore:
Timestamp:
Oct 26, 2018 7:46:27 PM (6 years ago)
Author:
vboxsync
Message:

RTCp.cpp: make a compile assertion which gcc 8.2 does not like conditional.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTCp.cpp

    r72273 r75117  
    103103    else
    104104        RT_ZERO(DstObjInfo);
     105/* gcc 8.2 produces a tautological compare warning here. */
     106#if __GNUC__ != 8 || __GNUC_MINOR__ != 2
    105107    AssertCompile(!RTFS_IS_DIRECTORY(0));
     108#endif
    106109
    107110    /*
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