summaryrefslogtreecommitdiff
path: root/include/SDL_test_assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SDL_test_assert.h')
-rw-r--r--include/SDL_test_assert.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_test_assert.h b/include/SDL_test_assert.h
index 29277e1221..60288d3d25 100644
--- a/include/SDL_test_assert.h
+++ b/include/SDL_test_assert.h
@@ -80,12 +80,12 @@ void SDLTest_AssertPass(SDL_PRINTF_FORMAT_STRING const char *assertDescription,
/**
* \brief Resets the assert summary counters to zero.
*/
-void SDLTest_ResetAssertSummary();
+void SDLTest_ResetAssertSummary(void);
/**
* \brief Logs summary of all assertions (total, pass, fail) since last reset as INFO or ERROR.
*/
-void SDLTest_LogAssertSummary();
+void SDLTest_LogAssertSummary(void);
/**
@@ -93,7 +93,7 @@ void SDLTest_LogAssertSummary();
*
* \returns TEST_RESULT_PASSED, TEST_RESULT_FAILED, or TEST_RESULT_NO_ASSERT
*/
-int SDLTest_AssertSummaryToTestResult();
+int SDLTest_AssertSummaryToTestResult(void);
#ifdef __cplusplus
}