Changeset 68734 in vbox for trunk/src/VBox/Main
- Timestamp:
- Sep 13, 2017 9:05:15 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117969
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp
r68732 r68734 384 384 } 385 385 } 386 #ifdef VBOX_AUDIO_DEBUG_DUMP_PCM_DATA /* Fixes "unreachable code" in MSVC. */ 386 387 catch (std::bad_alloc) 387 388 { 388 389 rc = VERR_NO_MEMORY; 389 390 } 391 #endif 390 392 391 393 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.