diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-01-26 21:21:50 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-01-26 21:58:50 +0100 |
commit | 050c534791bb2c75186cbc335a0d25b484249304 (patch) | |
tree | 2c0896e073c6af6001c466140621ae2b6ac1d7eb /dmascc/dmascc_cfg.1 | |
parent | 4abaef9b52543f64fba86b2ef26809a336a80afe (diff) |
yamcfg: Fix warning about format string.
gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -O2 -Wall -pedantic -MT yamcfg.o -MD -MP -MF .deps/yamcfg.Tpo -c -o yamcfg.o yamc
fg.c
yamcfg.c: In function ‘in2hex’:
yamcfg.c:83:17: warning: format ‘%x’ expects argument of type ‘unsigned int *’, but argument 3 has type ‘int *’ [-Wformat=]
sscanf (str, "%x", &val);
^
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'dmascc/dmascc_cfg.1')
0 files changed, 0 insertions, 0 deletions