Changeset 62875 in vbox
- Timestamp:
- Aug 2, 2016 2:43:32 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109475
- Location:
- trunk/src/VBox/Main
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
r62780 r62875 1420 1420 #else 1421 1421 1422 RT_NOREF2(pszExecPath, pszDisplayInfoHack); 1423 1422 1424 /* 1423 1425 * Several of the alternatives below will require a command line. -
trunk/src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp
r62485 r62875 433 433 /////////////////////////////////////////////////////////////////////////////// 434 434 435 int main( int argc, char *argv[])435 int main() 436 436 { 437 437 /* -
trunk/src/VBox/Main/webservice/Makefile.kmk
r62767 r62875 215 215 vboxsoap_CXXFLAGS.win += -bigobj 216 216 ifn1of ($(KBUILD_TARGET), win) 217 vboxsoap_CXXFLAGS += -Wno-shadow 217 vboxsoap_CXXFLAGS += -Wno-shadow -Wno-parentheses 218 218 endif 219 219 vboxsoap_INCS := \
Note:
See TracChangeset
for help on using the changeset viewer.