Skip to content

Commit 1ac1512

Browse files
committed
[Nokia N-Gage] Remove redundant external declarations, these had been added to get rid of several implicit declaration warnings. The warnings are perfectly valid and should not be suppressed.
1 parent d74d3a5 commit 1ac1512

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/build_config/SDL_build_config_ngage.h

-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,4 @@
6969
#define isnanf(x) SDL_uclibc_isnanf(x);
7070
#define isinff(x) SDL_uclibc_isinff(x);
7171

72-
extern void va_copy(char* dest, char* src);
73-
extern int vsnprintf(char* str, size_t size, const char* format, va_list ap);
74-
7572
#endif /* SDL_build_config_ngage_h_ */

0 commit comments

Comments
 (0)