Changeset 63938 in vbox for trunk/src/VBox/Main/src-helper-apps
- Timestamp:
- Sep 22, 2016 7:08:45 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
r63495 r63938 1390 1390 #if defined(__clang__) || RT_GNUC_PREREQ(4, 4) 1391 1391 # pragma GCC diagnostic push 1392 # endif1393 # pragma GCC diagnostic ignored "-Wdeprecated-declarations"1392 # pragma GCC diagnostic ignored "-Wdeprecated-declarations" 1393 #endif 1394 1394 orc = AuthorizationExecuteWithPrivileges(AuthRef, pszExecPath, kAuthorizationFlagDefaults, 1395 1395 (char * const *)&papszArgs[cSuArgs + 3],
Note:
See TracChangeset
for help on using the changeset viewer.