diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-01-26 21:55:46 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-01-26 21:59:03 +0100 |
commit | 5f7ae939d2cb2b097b98bdd3352239e93fb79c24 (patch) | |
tree | d5cb48ad875fe9905435a117596b9d47a8586b7d /hdlcutil/.gitignore | |
parent | 961606547a77b34f10ac8e334eb645ab7d8dd589 (diff) |
rsparms: Fix signedness warning.
gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -DAX25_SYSCONFDIR=\""/usr/local/etc/ax25/"\" -DAX25_LOCALSTATEDIR=\""/usr/local/var/ax25/"\" -O2 -Wall -pedantic -MT rsparms.o -MD -MP -MF .deps/rsparms.Tpo -c -o rsparms.o rsparms.c
rsparms.c: In function ‘nodes’:
rsparms.c:126:23: warning: format ‘%hd’ expects argument of type ‘short int *’, but argument 3 has type ‘short unsigned int *’ [-Wformat=]
if (sscanf(mask, "%hd", &rs_node.mask) != 1) {
^
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'hdlcutil/.gitignore')
0 files changed, 0 insertions, 0 deletions