diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-01-31 11:42:30 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-01-31 11:42:30 +0100 |
commit | ae7c84e27c72f85ce840db6261080d1187adeb4f (patch) | |
tree | 8644b4a09011f461dd195c330f37808c3b79c3a4 /ax25mond/ax25mond.c | |
parent | 1de0ea4abd7153c6fcdbdbac6048a1e46f673fc2 (diff) |
listen: Fix comparison broken by limited range of types.
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -Wextra -pedantic -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
utils.c: In function ‘lprintf’:
utils.c:73:27: warning: comparison is always true due to limited range of data type [-Wtype-limits]
|| (*p > 126 && *p < 160 && sevenbit))
^
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25mond/ax25mond.c')
0 files changed, 0 insertions, 0 deletions