mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-03 02:53:04 +02:00
muffle compiler warnings
This commit is contained in:
+1
-1
@@ -258,7 +258,7 @@ gettok_iv(char **s)
|
||||
spice_dstring_init(&buf);
|
||||
// add v or i to buf
|
||||
spice_dstring_append_char( &buf, *(*s)++ ) ;
|
||||
while (c = **s) {
|
||||
while ((c = **s) != '\0') {
|
||||
if (c == '('/*)*/)
|
||||
paren += 1;
|
||||
else if (c == /*(*/')')
|
||||
|
||||
Reference in New Issue
Block a user