Changeset 75119 in vbox
- Timestamp:
- Oct 26, 2018 8:20:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTCp.cpp
r75118 r75119 103 103 else 104 104 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. */ 107 106 AssertCompile(!RTFS_IS_DIRECTORY(0)); 108 107 #endif
Note:
See TracChangeset
for help on using the changeset viewer.