commit | 875ab9e73505cfe922c28bc72f716995f1191ad8 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Mar 30 11:52:39 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Mar 30 11:52:39 2012 -0400 |
tree | 2f844ab1c07aebb3548c60e7f687895f238fc329 | |
parent | ed92f79655e65f2acd40b99d8c6281a17845d8d8 [diff] [blame] |
Add signedness warning flag and fix fallout
diff --git a/clients/gears.c b/clients/gears.c index 1aecd45..ca1fda2 100644 --- a/clients/gears.c +++ b/clients/gears.c
@@ -63,7 +63,7 @@ GLfloat tooth_depth; }; -const static struct gear_template gear_templates[] = { +static const struct gear_template gear_templates[] = { { { 0.8, 0.1, 0.0, 1.0 }, 1.0, 4.0, 1.0, 20, 0.7 }, { { 0.0, 0.8, 0.2, 1.0 }, 0.5, 2.0, 2.0, 10, 0.7 }, { { 0.2, 0.2, 1.0, 1.0 }, 1.3, 2.0, 0.5, 10, 0.7 },