magic/garouter
Darryl L. Miles d5ef80acda gaStem.c: warning: variable '...' is used uninitialized
An error return indication was added, as there as no other way to abort
execution but indicate to caller the data was not filled in.

No call sites have been modified to check the error return as the
assertion is still in place and expects to catch this unexpected scenario.

gaStem.c:914:2: warning: variable 'start' is used uninitialized whenever switch default is taken
gaStem.c:914:2: warning: variable 'min' is used uninitialized whenever switch default is taken
gaStem.c:914:2: warning: variable 'max' is used uninitialized whenever switch default is taken

clang18 -Wall warning cleanup [-Wsometimes-uninitialized]
2024-10-09 21:34:12 -04:00
..
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
OUTLINE Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
TODO Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
gaChannel.c Updated the revision number to go along with the merge of pull 2024-10-01 12:56:31 -04:00
gaDebug.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
gaInternal.h Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
gaMain.c gaMain.c: warning: variable 'errs' is used uninitialized 2024-10-09 21:34:12 -04:00
gaMaze.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
gaSimple.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
gaStem.c gaStem.c: warning: variable '...' is used uninitialized 2024-10-09 21:34:12 -04:00
gaTest.c GCC14: warning: missing braces around initializer 2024-10-09 21:12:55 -04:00
garouter.h Compatibility with C99 standard 2022-10-29 06:07:46 +02:00