mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Enable more compiler warnings
This commit is contained in:
parent
1995a33df9
commit
82e9e866ec
12 changed files with 37 additions and 19 deletions
|
|
@ -11,6 +11,7 @@
|
|||
#include "common/mem.h"
|
||||
#include "common/spawn.h"
|
||||
#include "common/string-helpers.h"
|
||||
#include "config/session.h"
|
||||
|
||||
static bool
|
||||
isfile(const char *path)
|
||||
|
|
@ -51,7 +52,7 @@ error:
|
|||
free(value.buf);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
read_environment_file(const char *filename)
|
||||
{
|
||||
char *line = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue