Andrew Nayenko 57162eb084 Fix warnings generated by clang 3.0
Fix warnings like this:

output/outelf32.c:2120:33: warning: equality comparison with extraneous
      parentheses [-Wparentheses-equality]
            if ((match->section == index)) {
                 ~~~~~~~~~~~~~~~^~~~~~~~
output/outelf32.c:2120:33: note: remove extraneous parentheses around the
      comparison to silence this warning
            if ((match->section == index)) {
                ~               ^       ~
output/outelf32.c:2120:33: note: use '=' to turn this equality comparison into
      an assignment
            if ((match->section == index)) {
                                ^~
                                =
1 warning generated.

Signed-off-by: Andrew Nayenko <resver@gmail.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2013-02-25 01:08:00 +04:00
..
2009-08-10 16:00:43 -07:00
2010-04-21 18:09:54 +04:00
2010-04-21 18:09:54 +04:00
2010-04-21 18:09:54 +04:00
2011-02-28 09:33:08 +03:00
2010-05-06 15:33:24 -07:00
2013-02-25 01:08:00 +04:00
2013-02-25 01:08:00 +04:00
2012-02-03 12:08:59 -08:00
2012-02-03 12:08:59 -08:00
2010-05-06 15:33:24 -07:00
2010-04-21 18:09:54 +04:00
2010-06-15 10:47:16 -07:00
2010-04-21 18:09:54 +04:00
2010-11-20 14:18:23 +03:00