]> git.sur5r.net Git - gsconf/blobdiff - shell.c
A bunch of fixes for various compiler warnings
[gsconf] / shell.c
diff --git a/shell.c b/shell.c
index 922442e6cab16ac7dd4f1cc52a4bdf15a40831e8..8f32679f4eda10aa26c7dd2bdf0fc02aef4d4ce3 100644 (file)
--- a/shell.c
+++ b/shell.c
@@ -67,7 +67,6 @@ void printError(int errCode) {
 
 void shell_set(char ** argv, int elem) {
 
-        int n;
         if (strncmp(argv[1], "name", 4) == 0) {
                 if (elem != 3) {
                         printf("set name [name]\n");