summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-10-06 13:58:57 +0200
committerTom Rini <trini@konsulko.com>2019-10-31 07:22:53 -0400
commitf279e1d9167fc0dcc7172c8f845a253511ac6001 (patch)
treecb82464b5c39cb66925ef2b61075206586550709 /common/Kconfig
parenteb5b63f3699fd8068f79cf8ffe5524f98ec00ba6 (diff)
downloadu-boot-f279e1d9167fc0dcc7172c8f845a253511ac6001.tar.gz
u-boot-f279e1d9167fc0dcc7172c8f845a253511ac6001.tar.xz
u-boot-f279e1d9167fc0dcc7172c8f845a253511ac6001.zip
lib: errno: avoid error format-overflow
In cmd/regulator.c an error occurs with GCC 9.2.1 if CONFIG_ERRNO_STR is not defined: cmd/regulator.c: In function ‘failure’: cmd/regulator.c:20:2: error: ‘%s’ directive argument is null [-Werror=format-overflow=] 20 | printf("Error: %d (%s)\n", ret, errno_str(ret)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘constraint’, inlined from ‘constraint’ at cmd/regulator.c:111:12: cmd/regulator.c:115:3: error: ‘%s’ directive argument is null [-Werror=format-overflow=] 115 | printf(" %s (err: %d)\n", errno_str(val), val); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ errno_str() should return a valid string instead of NULL if CONFIG_ERRNO_STR is not defined. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'common/Kconfig')
0 files changed, 0 insertions, 0 deletions