-Weverything and fix all the warnings

This commit is contained in:
Christopher Chedeau
2014-05-16 18:04:24 -07:00
parent 0708b5eb75
commit eae5cdfe68
7 changed files with 3365 additions and 3505 deletions

View File

@@ -103,7 +103,7 @@ typedef struct css_node {
// Lifecycle of nodes and children
css_node_t *new_css_node();
css_node_t *new_css_node(void);
void init_css_node_children(css_node_t *node, int children_count);
void free_css_node(css_node_t *node);