[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: g_rc.c
User: danmc
Date: 05/09/27 18:46:55
Modified: . g_rc.c gschlas.c
Log:
remove various compiler warnings
Revision Changes Path
1.8 +0 -1 eda/geda/devel/utils/gschlas/g_rc.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: g_rc.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/utils/gschlas/g_rc.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- g_rc.c 8 Feb 2005 12:01:02 -0000 1.7
+++ g_rc.c 27 Sep 2005 22:46:55 -0000 1.8
@@ -109,7 +109,6 @@
SCM g_rc_gschlas_version(SCM version)
{
- char *string;
SCM_ASSERT (SCM_NIMP (version) && SCM_STRINGP (version), version,
SCM_ARG1, "gschlas-version");
1.15 +0 -2 eda/geda/devel/utils/gschlas/gschlas.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: gschlas.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/utils/gschlas/gschlas.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- gschlas.c 7 Mar 2005 02:11:39 -0000 1.14
+++ gschlas.c 27 Sep 2005 22:46:55 -0000 1.15
@@ -51,8 +51,6 @@
{
int i;
int argv_index;
- int first_page=1;
- int fopen_status;
char *cwd;
struct stat buf;
char *logfile;