diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-05-04 05:14:00 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-05-04 05:14:00 +0000 |
| commit | 7b781b0f4b6d3c29a2462a53b69789615cc104f9 (patch) | |
| tree | aa9f9821145fd79ffd4b004ca8189c8eb763d390 /src/dom/cssreader.cpp | |
| parent | Initial cut of touch-delete mode (diff) | |
| download | inkscape-7b781b0f4b6d3c29a2462a53b69789615cc104f9.tar.gz inkscape-7b781b0f4b6d3c29a2462a53b69789615cc104f9.zip | |
warning cleanup and fixed string free issue
(bzr r5594)
Diffstat (limited to 'src/dom/cssreader.cpp')
| -rw-r--r-- | src/dom/cssreader.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dom/cssreader.cpp b/src/dom/cssreader.cpp index 4bbcefb98..4e329d914 100644 --- a/src/dom/cssreader.cpp +++ b/src/dom/cssreader.cpp @@ -1094,7 +1094,7 @@ int CssReader::getSimpleSelector(int p0) * | {empty} * ; */ -int CssReader::getDeclaration(int p0, CSSStyleDeclaration &declarationList) +int CssReader::getDeclaration(int p0, CSSStyleDeclaration &/*declarationList*/) { int p = p0; @@ -1653,7 +1653,7 @@ static const char *fileNames[] = "inkscape.css", "meyerweb.css", NULL - }; + }; bool doTests() { @@ -1666,8 +1666,8 @@ bool doTests() printf("Test failed\n"); return false; } - } - return true; + } + return true; } int main(int argc, char **argv) |
