magic/irouter
Darryl L. Miles ade50dfc88 irRoute.c: warning: expression which evaluates to zero treated as a null pointer ...
Use of FALSE instead of NULL on a pointer type.

irRoute.c:1101:19: warning: expression which evaluates to zero treated
  as a null pointer constant of type 'RouteContact *'
  (aka 'struct routecontact *')

clang18 default warning cleanup [-Wnon-literal-null-conversion]
2024-10-09 21:22:37 -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
irCommand.c 17 x warning: suggest parentheses around assignment used as truth value 2024-10-09 21:12:55 -04:00
irDebug.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
irInternal.h Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
irMain.c GCC14: warning: missing braces around initializer 2024-10-09 21:12:55 -04:00
irRoute.c irRoute.c: warning: expression which evaluates to zero treated as a null pointer ... 2024-10-09 21:22:37 -04:00
irTestCmd.c GCC14: warning: missing braces around initializer 2024-10-09 21:12:55 -04:00
irUtils.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
irouter.h Compatibility with C99 standard 2022-10-29 06:07:46 +02:00