diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2007-05-02 14:12:14 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2007-05-02 14:12:14 +0000 |
| commit | 31e4437cf5b762ec10ef367b4f06f13c2f869426 (patch) | |
| tree | aa12dde752aa236a3c8b74c1d5c6023bd9056b20 | |
| parent | 84dfade8f0a94d70d303b2620be75abe64fb54be (diff) | |
SNIPPE_ALLOW_TEXT doesn't have to be handled, but Damien gcc is warning-happy.
| -rw-r--r-- | lasso/xml/xml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c index 43a38489..1f977350 100644 --- a/lasso/xml/xml.c +++ b/lasso/xml/xml.c @@ -1745,6 +1745,7 @@ lasso_node_build_xmlNode_from_snippets(LassoNode *node, xmlNode *xmlnode, case SNIPPET_LASSO_DUMP: case SNIPPET_OPTIONAL: case SNIPPET_OPTIONAL_NEG: + case SNIPPET_ALLOW_TEXT: case SNIPPET_ANY: g_assert_not_reached(); } |
