summaryrefslogtreecommitdiff
path: root/examples/pdf-surface
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2007-07-04 14:54:23 -0500
committerJonathon Jongsma <jjongsma@gnome.org>2007-07-04 15:24:17 -0500
commite10c4e12f7948cd6325812cbb089537231b1144e (patch)
treee73e074d9bcbcbf27413a1ff1dc0093c5ee6cbf0 /examples/pdf-surface
parentebd5ef60afb32e88b0ab8c4c690aea3fc5b82085 (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.cc2
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