summaryrefslogtreecommitdiffstats
path: root/hdlcutil/fl
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-26 21:55:46 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-01-26 21:59:03 +0100
commit5f7ae939d2cb2b097b98bdd3352239e93fb79c24 (patch)
treed5cb48ad875fe9905435a117596b9d47a8586b7d /hdlcutil/fl
parent961606547a77b34f10ac8e334eb645ab7d8dd589 (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/fl')
0 files changed, 0 insertions, 0 deletions