magic/plot
Darryl L. Miles 1bb6a7f6c5 plotPNM.c: warning: variable 'strip' is used uninitialized
The compiler warning concerns the use of 'goto done;' has cleanup
that accesses 'strip' before initialization.

While evaluating this I also notice the other 2 variables 'rtile'
and 'lkstep' are globals, but their pointers are not invalidated
at the time of free.

plotPNM.c:821:6: warning: variable 'strip' is used uninitialized whenever 'if' condition is true

clang18 -Wall warning cleanup [-Wsometimes-uninitialized]
2024-10-09 21:34:12 -04:00
..
Makefile Implemented a new configuration variable "dist_prefix" for 2020-01-28 10:40:01 -05:00
plot.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
plotCmd.c Two small tweaks on plot filename behavior: (1) "plot svg" without 2023-10-17 20:01:39 -04:00
plotGremln.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
plotHP.c plotHP.c: warning: incompatible pointer types passing 'int *' to ... 2024-10-09 21:22:37 -04:00
plotInt.h quick and dirty emscripten port 2023-07-12 00:31:37 +09:00
plotMain.c Fixed a minor error in the plot command that is missing a value 2021-02-23 09:58:52 -05:00
plotPNM.c plotPNM.c: warning: variable 'strip' is used uninitialized 2024-10-09 21:34:12 -04:00
plotPS.c Remove spurious ; from PlotPS() 2023-01-16 16:00:56 +11:00
plotPixels.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
plotRutils.c 37 x warning: array subscript has type 'char' 2024-10-09 21:12:55 -04:00
plotVers.c GCC14: warning: missing braces around initializer 2024-10-09 21:12:55 -04:00
tclplot.c Rewrote the configuration scripts, makefiles, and some initialization 2017-10-13 10:28:07 -04:00