Fixed warnings

This commit is contained in:
akallabeth
2021-06-17 09:21:20 +02:00
committed by akallabeth
parent 2e0d1cc33c
commit 8d82adb28a
23 changed files with 73 additions and 22 deletions

View File

@@ -337,7 +337,7 @@ extern "C"
* handler is supposed to answer if the execution can continue. I can also be used
* to log things.
*
* @param handler
* @param handler the error handling function to install
*/
UWAC_API void UwacInstallErrorHandler(UwacErrorHandler handler);