- Timestamp:
- Nov 1, 2021 6:46:32 PM (3 years ago)
- Location:
- trunk/src/VBox/ValidationKit/utils/audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r92166 r92169 1408 1408 break; 1409 1409 1410 /* Has to be defined here and not in AUDIO_TEST_COMMON_OPTION_CASES, to get the logger 1411 * configured before the specific command handlers down below come into play. */ 1410 1412 case 'v': 1411 1413 g_uVerbosity++; -
trunk/src/VBox/ValidationKit/utils/audio/vkatInternal.h
r92166 r92169 505 505 \ 506 506 case 'v': \ 507 g_uVerbosity++;\507 /* No-op here, has been handled by main() already. */ \ 508 508 break; \ 509 509 \
Note:
See TracChangeset
for help on using the changeset viewer.