From 4368790c5d8d324e8dedb3cc37e188ccd5fdd3df Mon Sep 17 00:00:00 2001 From: dwarning Date: Mon, 11 Sep 2023 14:50:27 +0200 Subject: [PATCH] remove compiler warning wrt. prototypes --- src/frontend/logicexp.c | 1 + src/spicelib/analysis/cktop.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontend/logicexp.c b/src/frontend/logicexp.c index 32626be0e..13042bde9 100644 --- a/src/frontend/logicexp.c +++ b/src/frontend/logicexp.c @@ -614,6 +614,7 @@ static void ptable_print(PTABLE pt) /* Start of logicexp parser */ static char *get_inst_name(void); +static char *get_temp_name(void); static void aerror(char *s); static BOOL amatch(int t); static BOOL bexpr(void); diff --git a/src/spicelib/analysis/cktop.c b/src/spicelib/analysis/cktop.c index 6bebb681a..1b52c296b 100644 --- a/src/spicelib/analysis/cktop.c +++ b/src/spicelib/analysis/cktop.c @@ -16,8 +16,6 @@ Modified: 2005 Paolo Nenzi - Restructured #include "ngspice/enh.h" #endif -extern bool ft_ngdebug; - static int dynamic_gmin(CKTcircuit *, long int, long int, int); static int spice3_gmin(CKTcircuit *, long int, long int, int); static int new_gmin(CKTcircuit*, long int, long int, int);