VirtualBox

Changeset 75119 in vbox


Ignore:
Timestamp:
Oct 26, 2018 8:20:04 PM (6 years ago)
Author:
vboxsync
Message:

RTCp.cpp: Build fix for previous GCC 8.2 workaround.

File:
1 edited

Legend:

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

    r75118 r75119  
    103103    else
    104104        RT_ZERO(DstObjInfo);
    105 /* gcc 8.2 produces a tautological compare warning here. */
    106 #if !defined __GNUC__ || __GNUC__ != 8 || __GNUC_MINOR__ != 2
     105#if !RT_GNUC_PREREQ(8,2) || RT_GNUC_PREREQ(8,3) /* GCC 8.2 produces a tautological compare warning/error here. */
    107106    AssertCompile(!RTFS_IS_DIRECTORY(0));
    108107#endif
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