瀏覽代碼

Fix warning

Serj Kalichev 8 年之前
父節點
當前提交
ddd2579a4f
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 */