Warnings: fix a documentation warning and missing prototypes

This commit is contained in:
Sylvain Becker 2018-12-05 16:13:12 +01:00
parent 4011395e4a
commit 56c63a1dac
4 changed files with 5 additions and 4 deletions

View file

@ -42,14 +42,14 @@ extern "C" {
*
* \note This should be called before any other SDL functions for complete tracking coverage
*/
int SDLTest_TrackAllocations();
int SDLTest_TrackAllocations(void);
/**
* \brief Print a log of any outstanding allocations
*
* \note This can be called after SDL_Quit()
*/
void SDLTest_LogAllocations();
void SDLTest_LogAllocations(void);
/* Ends C function definitions when using C++ */