]> git.ozlabs.org Git - ppp.git/commit
pppdump: Eliminate some compiler warnings
authorPaul Mackerras <paulus@samba.org>
Sun, 3 Feb 2013 06:51:12 +0000 (17:51 +1100)
committerPaul Mackerras <paulus@samba.org>
Sun, 3 Feb 2013 06:51:12 +0000 (17:51 +1100)
commit3e3acf1ba2b3046c072a42c19164788a9e419bd1
tree7836587b7656dd13fdf49bdfaf9d4a9c035f879a
parent9617a7eb137f4fee62799a677a9ecf8d834db3f5
pppdump: Eliminate some compiler warnings

gcc lacks the -fyes-actually-I-do-know-the-C-operator-precedence-rules
option, so add some parentheses to shut it up.  Also remove some unused
variables.

Signed-off-by: Paul Mackerras <paulus@samba.org>
pppdump/bsd-comp.c
pppdump/deflate.c