Clean up GCC warnings (2019-08-29 edition)
Updated most parts of the code that were throwing warnings in GCC.
This commit is contained in:
parent
1f2c6c3c4e
commit
7938480174
16 changed files with 110 additions and 141 deletions
|
|
@ -37,6 +37,10 @@ struct cfg
|
|||
#define NEGBOOL(x) (void*)(offsetof(struct cfginfo,x)|NEG)
|
||||
#define IMM(x) imm_##x
|
||||
|
||||
/* Prototypes of what's in tuxpaint.c: */
|
||||
void show_version(int details);
|
||||
void show_usage(int exitcode);
|
||||
|
||||
static void imm_version(void)
|
||||
{
|
||||
show_version(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue