Skip to content

Commit

Permalink
[Nokia N-Gage] Remove redundant external declarations, these had been…
Browse files Browse the repository at this point in the history
… added to get rid of several implicit declaration warnings. The warnings are perfectly valid and should not be suppressed.
  • Loading branch information
mupfdev committed Feb 9, 2025
1 parent d74d3a5 commit 1ac1512
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/build_config/SDL_build_config_ngage.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,4 @@
#define isnanf(x) SDL_uclibc_isnanf(x);
#define isinff(x) SDL_uclibc_isinff(x);

extern void va_copy(char* dest, char* src);
extern int vsnprintf(char* str, size_t size, const char* format, va_list ap);

#endif /* SDL_build_config_ngage_h_ */

0 comments on commit 1ac1512

Please sign in to comment.