remove GCC_WARN
Now, the only usage of GCC_WARN is for the guard of PRINTF_F in wincurs.h. This guard can be removed safely, as PRINTF_F is already used unconditionally in extern.h.
This commit is contained in:
@@ -58,10 +58,8 @@ typedef enum orient_type
|
||||
UNDEFINED
|
||||
} orient;
|
||||
|
||||
#ifdef GCC_WARN
|
||||
int wprintw(WINDOW *, const char *, ...) PRINTF_F(2, 3);
|
||||
int mvwprintw(WINDOW *, int, int, const char *, ...) PRINTF_F(4, 5);
|
||||
#endif
|
||||
|
||||
/* cursmain.c */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user