diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2007-07-04 14:54:23 -0500 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2007-07-04 15:24:17 -0500 |
commit | e10c4e12f7948cd6325812cbb089537231b1144e (patch) | |
tree | e73e074d9bcbcbf27413a1ff1dc0093c5ee6cbf0 /examples/pdf-surface | |
parent | ebd5ef60afb32e88b0ab8c4c690aea3fc5b82085 (diff) |
examples/, tests/: fix a bunch of minor compile errors when compiling with -Werror
Diffstat (limited to 'examples/pdf-surface')
-rw-r--r-- | examples/pdf-surface/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pdf-surface/main.cc b/examples/pdf-surface/main.cc index 1f2e858..7ae44b5 100644 --- a/examples/pdf-surface/main.cc +++ b/examples/pdf-surface/main.cc @@ -9,7 +9,7 @@ #include <math.h> #endif -int main(int argc, char** argv) +int main() { #ifdef CAIRO_HAS_PDF_SURFACE |