Skip to content

Commit 879de18

Browse files
authored
Merge pull request #29572 from Jojo-Schmitz/4.6.0-compiler-warnings
[4.6.0} Fix MSVC compiler warning
2 parents 2c62da6 + e37cd9e commit 879de18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework/audio/common/audiotypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ struct InputProcessingProgress {
466466
int64_t total = 0;
467467
};
468468

469-
enum Status : uint8_t {
469+
enum Status : unsigned int {
470470
Undefined = 0,
471471
Started,
472472
Processing,

0 commit comments

Comments
 (0)