src/Graphics/ffglut.cpp:1158: error: DEAD_STORE The value written to &change (type _Bool) is never used. Showing all 1 steps of the trace src/Graphics/ffglut.cpp:1158:5: Write of unused value 1156. //ffassert(p); 1157. bool first = !theplot; 1158. bool change = theplot != p; ^ 1159. theplot=p; 1160. if(p)