From 20ce4fcbbf7c1504cc520905dfde1b2790011e31 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Mon, 6 Aug 2012 17:07:28 +0000 Subject: Merge of r4760, r4761: -Wmissing-prototypes. Fixed compilation with -Wmissing-prototypes. Added a commented out -Wmissing-prototypes to CFLAGS. It is commented out to not break builds with 3rd party modules. --- src/misc/ngx_cpp_test_module.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/misc/ngx_cpp_test_module.cpp') diff --git a/src/misc/ngx_cpp_test_module.cpp b/src/misc/ngx_cpp_test_module.cpp index 8f87dcdad..3cbc0a811 100644 --- a/src/misc/ngx_cpp_test_module.cpp +++ b/src/misc/ngx_cpp_test_module.cpp @@ -20,6 +20,8 @@ extern "C" { // #include +void ngx_cpp_test_handler(void *data); + void ngx_cpp_test_handler(void *data) { -- cgit