aboutsummaryrefslogtreecommitdiffstats
path: root/c_src/sdl.c
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-04-19 14:48:57 +0200
committerLoïc Hoguin <[email protected]>2017-04-19 14:48:57 +0200
commit1947c4d7f32272ec0c5b9295808cde4c9138995c (patch)
tree18afdcdfc3ea21167d84f7d57f09eb8542dc0fb9 /c_src/sdl.c
parent3d3a8dcdc9a2f45888059e69587dd07c45aa856a (diff)
downloadesdl2-1947c4d7f32272ec0c5b9295808cde4c9138995c.tar.gz
esdl2-1947c4d7f32272ec0c5b9295808cde4c9138995c.tar.bz2
esdl2-1947c4d7f32272ec0c5b9295808cde4c9138995c.zip
Fix warnings in preparation for splitting nif_helpers out
Diffstat (limited to 'c_src/sdl.c')
-rw-r--r--c_src/sdl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c_src/sdl.c b/c_src/sdl.c
index 26a1d0e..94302bd 100644
--- a/c_src/sdl.c
+++ b/c_src/sdl.c
@@ -27,8 +27,8 @@
BASE_INIT_FLAGS(F) \
F(everything, SDL_INIT_EVERYTHING)
-NIF_LIST_TO_FLAGS_FUNCTION(list_to_init_flags, Uint32, INIT_FLAGS)
-NIF_FLAGS_TO_LIST_FUNCTION(init_flags_to_list, Uint32, BASE_INIT_FLAGS)
+static NIF_LIST_TO_FLAGS_FUNCTION(list_to_init_flags, Uint32, INIT_FLAGS)
+static NIF_FLAGS_TO_LIST_FUNCTION(init_flags_to_list, Uint32, BASE_INIT_FLAGS)
// init