Browse Source

Fix warning

Serj Kalichev 8 years ago
parent
commit
ddd2579a4f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      clish/shell/shell_xml.c

+ 2 - 0
clish/shell/shell_xml.c

@@ -98,6 +98,8 @@ int clish_shell_load_scheme(clish_shell_t *this, const char *xml_path, const cha
 			return -1;
 		}
 	}
+#else
+	xslt_path = xslt_path; /* Happy compiler */
 #endif
 
 	/* Use the default path */