From 875ab9e73505cfe922c28bc72f716995f1191ad8 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Fri, 30 Mar 2012 11:52:39 -0400 Subject: Add signedness warning flag and fix fallout --- clients/gears.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients/gears.c') diff --git a/clients/gears.c b/clients/gears.c index 1aecd45e..ca1fda2c 100644 --- a/clients/gears.c +++ b/clients/gears.c @@ -63,7 +63,7 @@ struct gear_template { 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 }, -- cgit v1.2.3