forked from mirror-github-bspeice/flam3
got rid of compile warnings, added -Wall to AM_CFLAGS for now
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ static void parse_palettes(xmlNode *node) {
|
||||
xmlAttrPtr attr;
|
||||
char *val;
|
||||
lib_palette *pal;
|
||||
int hex_error;
|
||||
int hex_error = 0;
|
||||
|
||||
while (node) {
|
||||
if (node->type == XML_ELEMENT_NODE && !xmlStrcmp(node->name, (const xmlChar *)"palette")) {
|
||||
|
||||
Reference in New Issue
Block a user