summaryrefslogtreecommitdiff
path: root/include/SDL_stdinc.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2017-10-12 17:17:09 -0700
committerSam Lantinga <slouken@libsdl.org>2017-10-12 17:17:09 -0700
commitada62a44133bc1f544b426f28aab75af95a4f80d (patch)
tree0f5fb4a7e125916233f15d95b0b1e260e4b8142d /include/SDL_stdinc.h
parentd25f720ec96366863a729ff8dcfc13d24c49886c (diff)
downloadsdl-ada62a44133bc1f544b426f28aab75af95a4f80d.tar.gz
Fixed compiler warning
Diffstat (limited to 'include/SDL_stdinc.h')
-rw-r--r--include/SDL_stdinc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_stdinc.h b/include/SDL_stdinc.h
index 16100b8b8..f7ac33a90 100644
--- a/include/SDL_stdinc.h
+++ b/include/SDL_stdinc.h
@@ -376,7 +376,7 @@ extern DECLSPEC int SDLCALL SDL_SetMemoryFunctions(SDL_malloc_func malloc_func,
/**
* \brief Get the number of outstanding (unfreed) allocations
*/
-extern DECLSPEC int SDLCALL SDL_GetNumAllocations();
+extern DECLSPEC int SDLCALL SDL_GetNumAllocations(void);
extern DECLSPEC char *SDLCALL SDL_getenv(const char *name);
extern DECLSPEC int SDLCALL SDL_setenv(const char *name, const char *value, int overwrite);