Fix warnings from GCC 4.3 about suggested parentheses.
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Mon, 16 Jun 2008 14:14:21 +0000 (16:14 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 16 Jun 2008 14:30:38 +0000 (16:30 +0200)
commit6fd9179fdc42d12a386fda67af401dff8d6d76d0
tree092e566e1b0ceeba9b5215caa00aa731329bee04
parent6e809da10b3d23b882726204c1692682e76ce210
Fix warnings from GCC 4.3 about suggested parentheses.

In GCC 4.3 there are further cases that are suggested to be given
parentheses, to make sure that the result is the actuall behaviour
looked for.

Fix the cases so that warnings are not reported for these.

Signed-off-by: Manuel Nickschas <sputnick@quassel-irc.org>
src/client/buffer.cpp
src/client/clientsyncer.cpp
src/client/networkmodel.cpp
src/core/core.cpp
src/qtui/chatwidget.cpp
src/uisupport/bufferviewfilter.cpp