fix: remove some warnings (#5998)

This commit is contained in:
Echo J.
2025-02-26 17:34:03 +02:00
committed by GitHub
parent 63b5b2ca6a
commit e59defb864
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ bool isBroadcasterSoftwareActive()
}
#else
# warning Unsupported OS: Broadcasting software can't be detected
# warning Unsupported OS: Broadcasting software can\'t be detected
#endif
return false;
}