aboutsummaryrefslogtreecommitdiff
path: root/lib/libipsec
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-02-05 22:28:00 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-02-05 22:28:00 +0000
commitbd496ef499cf63bd102f6a13aa2e64ef3464bff5 (patch)
tree1f079505900a745e6810e186e24fae7628e60b0a /lib/libipsec
parenta1324315e3ba9685b1cdd94d0fde1dadb06d3df4 (diff)
downloadsrc-bd496ef499cf63bd102f6a13aa2e64ef3464bff5.tar.gz
src-bd496ef499cf63bd102f6a13aa2e64ef3464bff5.zip
Fix two clang 3.6.0 warnings in usr.sbin/syslogd:
usr.sbin/syslogd/syslogd.c:1023:10: error: address of array 'f->f_prevline' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion] f->f_prevline && !strcmp(msg, f->f_prevline) && ~~~^~~~~~~~~~ usr.sbin/syslogd/syslogd.c:1178:16: error: address of array 'f->f_prevline' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion] } else if (f->f_prevline) { ~~ ~~~^~~~~~~~~~ In both cases, the f_prevline field of struct filed is a char array, so it can never be null. Remove the checks. Reviewed by: jilles MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D1716
Notes
Notes: svn path=/head/; revision=278297
Diffstat (limited to 'lib/libipsec')
0 files changed, 0 insertions, 0 deletions