- Timestamp:
- Oct 26, 2018 7:46:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTCp.cpp
r72273 r75117 103 103 else 104 104 RT_ZERO(DstObjInfo); 105 /* gcc 8.2 produces a tautological compare warning here. */ 106 #if __GNUC__ != 8 || __GNUC_MINOR__ != 2 105 107 AssertCompile(!RTFS_IS_DIRECTORY(0)); 108 #endif 106 109 107 110 /*
Note:
See TracChangeset
for help on using the changeset viewer.