diff --git a/ChangeLog b/ChangeLog index b411f187b..48d9517fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-02-10 Holger Vogt / (Robert Larice) + * src/frontend/postcoms.c : + NG_IGNORE something + 2012-02-10 Dietmar Warning * src/spicelib/devices/dio/*.c,*.h: Typo with junction potential name diff --git a/src/frontend/postcoms.c b/src/frontend/postcoms.c index 83456ceba..31f08c5ce 100644 --- a/src/frontend/postcoms.c +++ b/src/frontend/postcoms.c @@ -880,6 +880,8 @@ DelPlotWindows(struct plot *pl) /* else break; */ } +#else + NG_IGNORE(pl); #endif }