Changeset 91602 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Oct 6, 2021 5:35:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r91601 r91602 40 40 #endif 41 41 #ifdef VBOX_WITH_AUDIO_OSS 42 # include <errno.h> 42 43 # include <fcntl.h> 43 44 # include <sys/ioctl.h> … … 257 258 #endif 258 259 259 RT_NOREF( uVolPercent);260 RT_NOREF(rc, uVolPercent); 260 261 /** @todo Port other platforms. */ 261 262 return VERR_NOT_SUPPORTED;
Note:
See TracChangeset
for help on using the changeset viewer.