Files
cproof/src
Sergei Trofimovich 753d9dbbdb src/plugins/callbacks.c: drop redundant NULL pointer check
gcc-12 detects redundant check against array of arrays as:

    src/plugins/callbacks.c: In function ‘_free_command_help’:
    src/plugins/callbacks.c:85:26: error: the comparison will always evaluate as ‘true’ for the address of ‘args’ will never be NULL [-Werror=address]
       85 |     while (help->args[i] != NULL && help->args[i][0] != NULL) {
          |                          ^~
    In file included from ./src/ui/ui.h:44,
                     from ./src/command/cmd_defs.h:42,
                     from src/plugins/callbacks.c:41:
    ./src/command/cmd_funcs.h:48:12: note: ‘args’ declared here
       48 |     gchar* args[128][2];
          |            ^~~~
2021-11-18 22:27:20 +00:00
..
2021-10-27 22:45:44 +02:00
2021-10-13 21:32:44 +02:00
2021-10-05 10:01:27 +02:00
2021-10-05 10:01:27 +02:00
2021-10-05 10:01:27 +02:00
2021-10-27 22:45:44 +02:00
2021-10-27 22:45:44 +02:00
2021-04-17 22:37:21 +02:00
2020-12-11 15:51:01 +01:00
2021-10-05 10:01:27 +02:00
2020-07-07 14:18:57 +02:00
2021-10-05 10:01:27 +02:00
2020-12-11 11:18:24 +01:00
2021-10-27 22:45:44 +02:00
2021-10-13 21:32:44 +02:00
2021-01-08 16:36:30 +01:00