clean up some warnings

This commit is contained in:
Alfons Hoogervorst 2002-08-11 21:46:58 +00:00
parent 3fa2b6de95
commit 8c9fb52c83
3 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2002-08-11 alfons 0.8.1claws52
* src/claws.c
clean up some warnings
2002-08-11 [alfons] 0.8.1claws51
* acconfig.h

View file

@ -8,7 +8,7 @@ MINOR_VERSION=8
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=claws51
EXTRA_VERSION=claws52
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target

View file

@ -197,9 +197,8 @@ static void crash_debug(unsigned long crash_pid, GString *string)
pipe(choutput);
if (0 == (pid = fork())) {
const char *argp[9];
const char **argptr = argp;
const gchar *cmdline;
char *argp[9];
char **argptr = argp;
gchar *filespec = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, DEBUGGERRC, NULL);
setgid(getgid());
@ -298,7 +297,7 @@ static void crash_handler(int sig)
if (0 == (pid = fork())) {
char buf[50];
const char *args[4];
char *args[4];
/*
* probably also some other parameters (like GTK+ ones).