Changeset 76373 in vbox for trunk/include
- Timestamp:
- Dec 22, 2018 4:43:51 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/bldprog-strtab-template.cpp.h
r69694 r76373 158 158 typedef BLDPROGSTRTAB *PBLDPROGSTRTAB; 159 159 160 #if RT_CLANG_PREREQ(4, 0) 160 #if RT_CLANG_PREREQ(4, 0) || RT_GCC_PREREQ(4, 6) 161 161 # pragma GCC diagnostic push 162 162 # pragma GCC diagnostic ignored "-Wunused-function" … … 1039 1039 } 1040 1040 1041 #if RT_CLANG_PREREQ(4, 0) 1041 #if RT_CLANG_PREREQ(4, 0) || RT_GCC_PREREQ(4, 6) 1042 1042 # pragma GCC diagnostic pop 1043 1043 #endif
Note:
See TracChangeset
for help on using the changeset viewer.