clean up some warnings
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 11 Aug 2002 21:46:58 +0000 (21:46 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 11 Aug 2002 21:46:58 +0000 (21:46 +0000)
ChangeLog.claws
configure.in
src/crash.c

index dcbd4859558d50560a6ffadec6427024f507c87d..1a0e3d43ac2af361e26e914d786e7860051a7b42 100644 (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
index d054f6b32fd6eef35694c26f4e41e75ebba586cc..8a021265bec1c909fba7f95c3a781b51189a8fa9 100644 (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
index b83b5c962cf89557969059f78215a2a2c7ad3915..2f6638baf48fd4f533569c2bd51b4398725bc3fb 100644 (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).