1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00
Files
u-boot-megous/cmd
AKASHI Takahiro 0bffb8c46b cmd: efidebug: fix a build error in show_efi_boot_opt()
I detected the following error in sandbox with Clang on Travis CI:
    +cmd/efidebug.c:703:15: error: result of comparison of constant
     9223372036854775822 with expression of type 'int' is always false
     [-Werror,-Wtautological-constant-out-of-range-compare]
    +        else if (ret == EFI_NOT_FOUND)
    +                 ~~~ ^  ~~~~~~~~~~~~~

Simply changing a type of 'ret' to efi_status_t will fix this error.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2019-12-03 20:54:05 +01:00
..
2019-04-22 12:06:39 -04:00
2019-08-11 16:43:41 -04:00
2019-04-22 12:06:39 -04:00
2019-07-24 13:16:29 -04:00
2019-10-31 07:22:53 -04:00
2018-08-11 09:16:08 +02:00
2019-12-02 18:23:09 -05:00
2019-08-11 16:43:41 -04:00
2019-08-11 16:43:41 -04:00
2019-08-11 16:43:41 -04:00
2019-08-22 00:10:09 +02:00
2018-12-04 19:44:57 +01:00
2018-09-25 21:49:18 -04:00
2019-08-11 16:43:41 -04:00
2019-02-19 08:55:43 -05:00
2019-08-11 16:43:41 -04:00
2018-09-23 21:55:30 +02:00
2019-08-11 16:43:41 -04:00
2019-08-11 16:43:41 -04:00
2019-08-26 11:46:27 -04:00
2019-08-11 16:43:41 -04:00
2019-10-06 15:20:53 -04:00
2019-08-11 19:27:41 -04:00
2019-08-11 16:43:41 -04:00
2019-06-21 10:07:11 -04:00
2019-08-11 16:43:41 -04:00
2019-10-23 20:47:12 -04:00
2019-08-11 16:43:41 -04:00
2019-12-02 18:25:02 -05:00
2019-05-04 19:26:49 +02:00
2019-11-07 18:01:13 -05:00
2019-08-11 16:43:41 -04:00
2018-09-28 18:27:33 +02:00
2019-09-04 11:37:19 -05:00
2019-08-11 16:43:41 -04:00
2019-08-11 16:43:41 -04:00
2019-08-11 16:43:41 -04:00
2019-08-11 16:43:41 -04:00
2019-08-11 16:43:41 -04:00
2019-03-25 17:36:53 -04:00
2019-08-11 16:43:41 -04:00
2019-10-11 15:33:27 -04:00
2019-08-11 16:43:41 -04:00
2019-01-15 15:28:44 -05:00
2019-08-11 16:43:41 -04:00
2019-10-23 20:47:12 -04:00
2019-08-11 16:43:41 -04:00
2018-09-28 20:22:36 -04:00
2019-04-12 07:04:18 +02:00
2018-07-02 14:14:20 -05:00
2019-08-11 16:43:41 -04:00
2019-08-11 16:43:41 -04:00