comparison src/misc/ngx_cpp_test_module.cpp @ 4798:29928279ec9f stable-1.2

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.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Aug 2012 17:07:28 +0000
parents 69ef10ad7011
children 1d693deab8ae
comparison
equal deleted inserted replaced
4797:d1cea70248c7 4798:29928279ec9f
18 18
19 // nginx header files should go before other, because they define 64-bit off_t 19 // nginx header files should go before other, because they define 64-bit off_t
20 // #include <string> 20 // #include <string>
21 21
22 22
23 void ngx_cpp_test_handler(void *data);
24
23 void 25 void
24 ngx_cpp_test_handler(void *data) 26 ngx_cpp_test_handler(void *data)
25 { 27 {
26 return; 28 return;
27 } 29 }