magic/plot
Darryl L. Miles 8f2acb83f9 plotHP.c: warning: incompatible pointer types passing 'int *' to ...
Perform pointer arithmatic with (int *) first then cast just for calling function.

plotHP.c:335:25: warning: incompatible pointer types passing 'int *' to parameter of type 'unsigned char *'
plotHP.c:339:25: warning: incompatible pointer types passing 'int *' to parameter of type 'unsigned char *'
plotHP.c:343:25: warning: incompatible pointer types passing 'int *' to parameter of type 'unsigned char *'

clang18 default warning cleanup [-Wincompatible-pointer-types]
2024-10-09 21:22:37 -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:521:5: warning: statement with no effect 2024-10-09 21:12:55 -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