From e10c4e12f7948cd6325812cbb089537231b1144e Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Wed, 4 Jul 2007 14:54:23 -0500 Subject: examples/, tests/: fix a bunch of minor compile errors when compiling with -Werror --- examples/pdf-surface/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pdf-surface') 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 #endif -int main(int argc, char** argv) +int main() { #ifdef CAIRO_HAS_PDF_SURFACE -- cgit v1.2.3