Raise WARNS to 6:
authorChris Pressey <cpressey@dragonflybsd.org>
Sun, 16 Jan 2005 21:40:42 +0000 (21:40 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Sun, 16 Jan 2005 21:40:42 +0000 (21:40 +0000)
commit13ab18eb37c516b97d461fbe48fbe75e569826d6
tree2c4d1d559a22795832abcf7e8455936fe377e47e
parent5153f92b04b0c66f4e46ba3a6a963fa4d5985da8
Raise WARNS to 6:
- Use parentheses in a logical condition to prevent ambiguous
  interpretation (by humans, who are imperfect C parsers.)  In doing
  so, simplify it:  x == 0 implies (x != 1 and x != 2).
usr.bin/join/Makefile
usr.bin/join/join.c