Heinrich Schuchardt 686e9ef605 tools: avoid implicit fallthrough in fdt_add_pubkey
When building with -Wimplicit-fallthrough we get a warning

    tools/fdt_add_pubkey.c:52:25: warning:
    this statement may fall through [-Wimplicit-fallthrough=]
       52 |                         print_help();
          |

Explicitly declare which functions don't return.

Fixes: 30238e99619c ("tools: add fdt_add_pubkey")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-04-06 19:10:08 -04:00
..
2023-04-03 16:45:41 -04:00
2023-04-04 14:50:47 -04:00
2023-02-04 18:19:00 +01:00
2023-03-08 13:15:14 -08:00
2023-03-14 16:08:52 -06:00
2021-01-13 02:38:00 +01:00
2022-12-08 09:29:02 -05:00
2022-01-19 18:11:34 +01:00
2023-01-27 12:51:26 -05:00
2022-01-28 17:58:41 -05:00
2023-03-14 16:08:52 -06:00
2023-02-07 14:33:48 -05:00
2022-01-19 18:11:34 +01:00