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:27:55 +0000 (16:27 +0200)
commitd07c7f8e2de851adefcee45049bb1bb19682d0c6
tree635d3d00ecc9f6d212ce080a55bbd89fdb2fc174
parentebf2a8f87f4f0ce69b62d4f11628fe1560c25f83
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