summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/apps
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther2010-03-05 19:27:40 +0100
committerHolger Hans Peter Freyther2010-03-08 05:02:27 +0100
commit2d1d0ce141b5e6817670beae096f7304fcf79759 (patch)
tree6ed958f4c53ace296d90cb8547e4c8c72a085eda /src/target/firmware/apps
parentstdint.h: Make it work with my GCC 4.3.3/GLIBC 2.9 toolchain (diff)
downloadosmocom-2d1d0ce141b5e6817670beae096f7304fcf79759.tar.gz
osmocom-2d1d0ce141b5e6817670beae096f7304fcf79759.tar.xz
osmocom-2d1d0ce141b5e6817670beae096f7304fcf79759.zip
Fix some compiler warnings...
Some real issues are still left and we need to act on them.
Diffstat (limited to 'src/target/firmware/apps')
-rw-r--r--src/target/firmware/apps/l1test/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/firmware/apps/l1test/main.c b/src/target/firmware/apps/l1test/main.c
index f7c10ed..7e62050 100644
--- a/src/target/firmware/apps/l1test/main.c
+++ b/src/target/firmware/apps/l1test/main.c
@@ -116,8 +116,6 @@ enum l1test_state {
STATE_FB,
};
-static enum l1test_state l1test_state;
-
static void l1test_state_change(enum l1test_state new_state)
{
switch (new_state) {