Changeset 63677 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Sep 1, 2016 9:03:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp
r62877 r63677 1562 1562 struct dirent Entry; 1563 1563 struct dirent *pEntry; 1564 #if RT_GNUC_PREREQ(4, 6) 1565 # pragma GCC diagnostic push 1566 # pragma GCC diagnostic ignored "-Wdeprecated-declarations" 1567 #endif 1564 1568 int iErr = readdir_r(pDir, &Entry, &pEntry); 1569 #if RT_GNUC_PREREQ(4, 6) 1570 # pragma GCC diagnostic pop 1571 #endif 1565 1572 if (iErr) 1566 1573 {
Note:
See TracChangeset
for help on using the changeset viewer.