Commit Graph

23843 Commits

Author SHA1 Message Date
Bruno Wolff III
34580132d1 Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 17:57:30 +00:00
Bruno Wolff III
8c349c77b3 Silence gcc 4.3 warnings by adding parens around && clauses near ||. 2008-03-19 17:54:45 +00:00
Ignacio R. Morelle
45087ff383 Fixed the *real* typo originated by 2008-03-19T17:25:39Z!bruno@wolff.to;...
...the operator intended there was & to check against a bitfield
2008-03-19 17:51:45 +00:00
Bruno Wolff III
12be05d9bd Silence gcc 4.3 warning by add braces to prevent ambiguous else. 2008-03-19 17:51:14 +00:00
Bruno Wolff III
cb4171b955 Silence gcc 4.3 warnings by add parens around && clauses near ||. 2008-03-19 17:48:22 +00:00
Bruno Wolff III
2811126476 Silence gcc 4.3 warning by removing const from const return type. 2008-03-19 17:46:27 +00:00
Bruno Wolff III
c20311777f Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 17:44:45 +00:00
Bruno Wolff III
0926f5f30f Silence gcc 4.3 warning about empty body for while loop by adding braces. 2008-03-19 17:42:16 +00:00
Bruno Wolff III
afdd3f22a6 Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 17:40:05 +00:00
Bruno Wolff III
59969874c4 Silence gcc 4.3 warning about const return type. 2008-03-19 17:38:53 +00:00
Bruno Wolff III
03781c1757 Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 17:36:59 +00:00
Bruno Wolff III
2e70a320e4 Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 17:34:28 +00:00
Bruno Wolff III
1d9832e521 Silence gcc 4.3 warning about empty while loop by adding braces. 2008-03-19 17:32:31 +00:00
Bruno Wolff III
854d3adcb7 Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 17:30:53 +00:00
Bruno Wolff III
8a45d814cf Silence gcc 4.3 warnings about const return type. 2008-03-19 17:28:53 +00:00
Bruno Wolff III
dffd9a7969 Semantic change
What looks to be a typo of & instead of && fixed.
Silence gcc 4.3 warning about parens around &.
2008-03-19 17:25:39 +00:00
Bruno Wolff III
1200bffb03 Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 17:23:19 +00:00
Bruno Wolff III
30d6ff1187 Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 17:19:34 +00:00
Bruno Wolff III
ba14cbf0ac Semantic change
I am not 100% sure about this one. It looks like the network
connection test should be done for either command, but I could be
wrong about this.  Silence gcc 4.3 warning by adding parens around ||
clause near &&.
2008-03-19 17:13:25 +00:00
Bruno Wolff III
e69da57722 Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 17:09:25 +00:00
Bruno Wolff III
d85aef0e49 Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 17:06:24 +00:00
Bruno Wolff III
cb9bdc0dfd Slience gcc 4.3 warning about const return type. 2008-03-19 17:03:24 +00:00
Bruno Wolff III
8f671c8cbf Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 17:00:29 +00:00
Bruno Wolff III
a5aa67a47b Silence gcc 4.3 warning about empty for body by adding braces. 2008-03-19 16:55:39 +00:00
Bruno Wolff III
b940facf61 Silence gcc warnings for const return types. 2008-03-19 16:50:41 +00:00
Piotr Cychowski
d5e5c4413c Project files for gcc4,
...both editor and server do not build ATM, will investigate further tomorrow.
2008-03-19 16:47:25 +00:00
Bruno Wolff III
e8a45d8e93 Semantic change.
I silenced a gcc 4.3 warning by adding parens around a shift. Based on what
I see in the code it looks like the parens really were needed and that
previously it was doing the wrong thing.
2008-03-19 16:45:50 +00:00
Bruno Wolff III
4b1335aea3 Silence gcc 4.3 warnings by adding parens around && clauses near ||. 2008-03-19 16:42:03 +00:00
Bruno Wolff III
94ba4cf36a Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 16:39:17 +00:00
Bruno Wolff III
9b679cc26d Silence gcc 4.3 warnings by adding parens around && clauses near ||. 2008-03-19 16:37:13 +00:00
Bruno Wolff III
f523ce2da4 Silence gcc 4.3 warning by adding braces to avoid ambiguous else. 2008-03-19 16:33:32 +00:00
Bruno Wolff III
ea8b311eee Silence gcc warning by adding parens around && clause near ||. 2008-03-19 16:32:07 +00:00
Bruno Wolff III
e1055c04b9 Silence gcc 4.3 warning by add braces to avoid ambiguous else. 2008-03-19 16:17:26 +00:00
Bruno Wolff III
58d8aa593a Silince gcc 4.3 warnings by adding parens around && clauses near ||. 2008-03-19 16:15:39 +00:00
Ignacio R. Morelle
31af370321 fixed a typo
added a note about wesnoth-optipng (although possibly no one cares)
2008-03-19 16:14:04 +00:00
Bruno Wolff III
7ceca71c69 Silence gcc 4.3 warnings by adding braces to avoid ambiguous else. 2008-03-19 16:13:54 +00:00
Bruno Wolff III
3c4d32e551 Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 16:11:07 +00:00
Bruno Wolff III
25ca38ed55 Silence gcc warnings by adding parens around && clauses near ||. 2008-03-19 16:07:56 +00:00
Bruno Wolff III
7b2c9213ec Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 16:06:10 +00:00
Bruno Wolff III
22b65d1456 Silence gcc 4.3 warning by adding braces to avoid ambiguous else. 2008-03-19 16:04:41 +00:00
Bruno Wolff III
934ff73cb1 Silence gcc 4.3 warning by adding braces to avoid ambiguous else. 2008-03-19 16:03:25 +00:00
Bruno Wolff III
fdf63f6bd1 Silence gcc warning by add parens around && clause near ||. 2008-03-19 16:01:54 +00:00
Bruno Wolff III
b6590847b0 Silence gcc 4.3 warnings by adding parens around && clauses near ||. 2008-03-19 16:00:06 +00:00
Ignacio R. Morelle
89e9d0ea6e Oops, corrected alignment so that it really shows up 2008-03-19 15:57:29 +00:00
Bruno Wolff III
157bd6ca2b Silence gcc warning by adding parens around && clause near ||. 2008-03-19 15:57:14 +00:00
Bruno Wolff III
2b50749aa0 Silence gcc 4.3 warnings by adding parens around && clauses near ||. 2008-03-19 15:55:07 +00:00
Bruno Wolff III
35e0aec172 Silence gcc 4.3 warnings about const return type. 2008-03-19 15:52:27 +00:00
Ignacio R. Morelle
e79357de8f Added a third city terrain variation by Syn_Err 2008-03-19 15:52:09 +00:00
Bruno Wolff III
3e1c4a3d14 Silence gcc 4.3 warning about const return type. 2008-03-19 15:50:59 +00:00
Bruno Wolff III
90df46fc42 Silence gcc 4.3 warning by adding parens around && clause near ||. 2008-03-19 15:49:23 +00:00