In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from util_win32.c:21: ./os.h:88:1: warning: function declaration isn't a prototype util_win32.c:68:26: warning: no previous prototype for 'ap_os_create_privileged_process' util_win32.c:108:22: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/ap_regkey.h:29, from ap_regkey.c:22: ./os.h:88:1: warning: function declaration isn't a prototype ap_regkey.c:46:14: warning: no previous prototype for 'regkey_cleanup' ap_regkey.c: In function 'ap_regkey_value_raw_get': ap_regkey.c:367:31: warning: passing argument 4 of 'RegQueryValueExW' from incompatible pointer type c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winreg.h:98:23: note: expected 'LPDWORD' but argument is of type 'apr_int32_t *' ap_regkey.c:375:30: warning: passing argument 4 of 'RegQueryValueExW' from incompatible pointer type c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winreg.h:98:23: note: expected 'LPDWORD' but argument is of type 'apr_int32_t *' ap_regkey.c: In function 'ap_regkey_value_array_get': ap_regkey.c:458:5: warning: passing argument 3 of 'ap_regkey_value_raw_get' from incompatible pointer type ap_regkey.c:341:26: note: expected 'apr_int32_t *' but argument is of type 'DWORD *' ap_regkey.c:472:22: warning: unused variable 'wvalue' ap_regkey.c:471:20: warning: unused variable 'wvallen' In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from modules.c:23: ./os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from mpm_winnt.c:20: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype mpm_winnt.c:107:18: warning: no previous prototype for 'ap_update_connection_status' mpm_winnt.c:113:18: warning: no previous prototype for 'ap_reset_connection_status' mpm_winnt.c:118:34: warning: no previous prototype for 'ap_get_status_table' mpm_winnt.c:210:1: warning: initialization from incompatible pointer type mpm_winnt.c:214:1: warning: initialization from incompatible pointer type mpm_winnt.c:343:6: warning: no previous prototype for 'get_handles_from_parent' mpm_winnt.c: In function 'get_handles_from_parent': mpm_winnt.c:361:22: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' mpm_winnt.c:372:22: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' mpm_winnt.c:380:22: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' mpm_winnt.c:387:22: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' mpm_winnt.c:395:22: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' mpm_winnt.c:402:22: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' mpm_winnt.c:409:22: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' mpm_winnt.c:418:18: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' mpm_winnt.c: At top level: mpm_winnt.c:508:6: warning: no previous prototype for 'get_listeners_from_parent' mpm_winnt.c: In function 'get_listeners_from_parent': mpm_winnt.c:542:26: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' mpm_winnt.c:574:18: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' mpm_winnt.c: In function 'send_listeners_to_child': mpm_winnt.c:597:22: warning: format '%d' expects type 'int', but argument 8 has type 'DWORD' mpm_winnt.c:601:26: warning: format '%d' expects type 'int', but argument 7 has type 'struct apr_socket_t *' mpm_winnt.c:609:26: warning: format '%d' expects type 'int', but argument 7 has type 'struct apr_socket_t *' mpm_winnt.c:615:18: warning: format '%d' expects type 'int', but argument 8 has type 'DWORD' mpm_winnt.c: In function 'create_process': mpm_winnt.c:734:5: warning: format '%i' expects type 'int', but argument 4 has type 'DWORD' mpm_winnt.c:738:5: warning: passing argument 3 of 'apr_proc_create' from incompatible pointer type c:/Users/Trawick/svn/apr-1.4.x-xx/include/apr_thread_proc.h:608:27: note: expected 'const char * const*' but argument is of type 'char **' mpm_winnt.c:738:5: warning: passing argument 4 of 'apr_proc_create' from incompatible pointer type c:/Users/Trawick/svn/apr-1.4.x-xx/include/apr_thread_proc.h:608:27: note: expected 'const char * const*' but argument is of type 'char **' mpm_winnt.c: In function 'master_main': mpm_winnt.c:928:26: warning: format '%d' expects type 'int', but argument 7 has type 'HANDLE' mpm_winnt.c:947:26: warning: format '%u' expects type 'unsigned int', but argument 7 has type 'DWORD' mpm_winnt.c:954:26: warning: format '%u' expects type 'unsigned int', but argument 7 has type 'DWORD' mpm_winnt.c:982:30: warning: format '%d' expects type 'int', but argument 7 has type 'HANDLE' mpm_winnt.c:994:30: warning: format '%d' expects type 'int', but argument 7 has type 'HANDLE' mpm_winnt.c: At top level: mpm_winnt.c:1071:6: warning: no previous prototype for 'winnt_rewrite_args' mpm_winnt.c: In function 'winnt_rewrite_args': mpm_winnt.c:1211:5: warning: passing argument 4 of 'apr_getopt_init' from incompatible pointer type c:/Users/Trawick/svn/apr-1.4.x-xx/include/apr_getopt.h:103:27: note: expected 'const char * const*' but argument is of type 'char **' mpm_winnt.c:1227:48: warning: passing argument 2 of 'mpm_service_set_name' from incompatible pointer type mpm_winnt.h:42:14: note: expected 'const char **' but argument is of type 'char **' mpm_winnt.c:1299:61: warning: passing argument 1 of 'mpm_service_to_start' from incompatible pointer type mpm_winnt.h:47:14: note: expected 'const char **' but argument is of type 'char **' mpm_winnt.c:1324:44: warning: passing argument 2 of 'mpm_service_set_name' from incompatible pointer type mpm_winnt.h:42:14: note: expected 'const char **' but argument is of type 'char **' mpm_winnt.c: In function 'winnt_post_config': mpm_winnt.c:1535:13: warning: format '%d' expects type 'int', but argument 3 has type 'DWORD' mpm_winnt.c:1573:47: warning: passing argument 1 of 'mpm_service_to_start' from incompatible pointer type mpm_winnt.h:47:14: note: expected 'const char **' but argument is of type 'char **' mpm_winnt.c: In function 'winnt_child_init': mpm_winnt.c:1647:5: warning: format '%d' expects type 'int', but argument 3 has type 'DWORD' mpm_winnt.c:1670:26: warning: format '%d' expects type 'int', but argument 8 has type 'DWORD' mpm_winnt.c: In function 'ap_mpm_run': mpm_winnt.c:1712:22: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' mpm_winnt.c:1717:22: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' mpm_winnt.c:859:12: warning: 'child_exit_event' may be used uninitialized in this function mpm_winnt.c:859:12: note: 'child_exit_event' was declared here In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from child.c:20: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype child.c: In function 'mpm_get_completion_context': child.c:184:17: warning: pointer targets in passing argument 1 of 'apr_atomic_inc32' differ in signedness c:/Users/Trawick/svn/apr-1.4.x-xx/include/apr_atomic.h:88:27: note: expected 'volatile apr_uint32_t *' but argument is of type 'int *' child.c: In function 'win9x_accept': child.c:357:26: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c: In function 'winnt_accept': child.c:517:18: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:587:34: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:599:34: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:683:18: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c: In function 'winnt_get_connection': child.c:712:30: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c: At top level: child.c:829:13: warning: function declaration isn't a prototype child.c: In function 'create_listener_thread': child.c:834:9: warning: implicit declaration of function '_beginthreadex' child.c: At top level: child.c:865:6: warning: no previous prototype for 'child_main' child.c: In function 'child_main': child.c:891:22: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:909:22: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:913:18: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:929:26: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:938:18: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:956:30: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:1026:26: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:1032:26: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:1042:26: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:1085:22: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:1089:22: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:1102:26: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:1144:30: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:1187:22: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' child.c:1201:18: warning: format '%d' expects type 'int', but argument 7 has type 'DWORD' In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from nt_eventlog.c:19: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype nt_eventlog.c: In function 'service_stderr_thread': nt_eventlog.c:105:22: warning: format '%d' expects type 'int', but argument 4 has type 'DWORD' nt_eventlog.c: In function 'mpm_nt_eventlog_stderr_open': nt_eventlog.c:140:12: warning: unused variable 'hDup' nt_eventlog.c:137:12: warning: unused variable 'hProc' In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from service.c:25: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype service.c:65:14: warning: no previous prototype for 'ap_registry_get_server_root' service.c: In function 'hold_console_open_on_error': service.c:145:5: warning: implicit declaration of function 'time' service.c:160:9: warning: format '%d' expects type 'int', but argument 3 has type 'time_t' service.c: In function 'set_service_description': service.c:443:11: warning: the address of 'ap_winapi_ChangeServiceConfig2A' will always evaluate as 'true' service.c:430:10: warning: unused variable 'ret' service.c: At top level: service.c:568:14: warning: no previous prototype for 'service_nt_dispatch_thread' service.c:678:6: warning: no previous prototype for 'service_stopped' service.c: In function 'mpm_service_start': service.c:1117:9: warning: passing argument 3 of 'StartServiceA' from incompatible pointer type c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winsvc.h:239:23: note: expected 'const CHAR **' but argument is of type 'char **' In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from config.c:44: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from log.c:45: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype log.c: In function 'ap_log_assert': log.c:884:1: warning: 'noreturn' function does return In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from main.c:32: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from vhost.c:31: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from util.c:47: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from util_script.c:29: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype util_script.c: In function 'ap_add_common_vars': util_script.c:190:5: warning: suggest parentheses around assignment used as truth value util_script.c:193:5: warning: suggest parentheses around assignment used as truth value util_script.c:196:5: warning: suggest parentheses around assignment used as truth value util_script.c:199:5: warning: suggest parentheses around assignment used as truth value In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from util_md5.c:46: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/util_cfgtree.h:29, from util_cfgtree.c:18: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from util_ebcdic.c:17: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from c:/Users/Trawick/svn/2.2.x-zz/include/util_time.h:31, from util_time.c:17: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from connection.c:21: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from listen.c:24: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from mpm_common.c:38: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from util_charset.c:17: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from util_debug.c:20: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from util_xml.c:19: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from util_filter.c:23: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from util_pcre.c:46: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from exports.c:80: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from scoreboard.c:29: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from c:/Users/Trawick/svn/2.2.x-zz/include/http_protocol.h:29, from error_bucket.c:17: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from c:/Users/Trawick/svn/2.2.x-zz/include/util_filter.h:28, from protocol.c:37: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from core.c:31: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from core.c:49:0: c:/Users/Trawick/svn/2.2.x-zz/modules/proxy/mod_proxy.h:524:16: warning: 'dllimport' attribute ignored In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from request.c:36: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/ap_provider.h:29, from provider.c:22: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from eoc_bucket.c:17: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from core_filters.c:36: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from core_filters.c:54:0: c:/Users/Trawick/svn/2.2.x-zz/modules/proxy/mod_proxy.h:524:16: warning: 'dllimport' attribute ignored In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_authn_default.c:21: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_authz_host.c:32: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_authz_default.c:20: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_include.c:29: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from mod_filter.c:22: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_log_config.c:156: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_env.c:24: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_setenvif.c:90: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from mod_version.c:61: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from http_core.c:24: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from c:/Users/Trawick/svn/2.2.x-zz/include/util_filter.h:28, from http_protocol.c:36: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from http_request.c:35: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from c:/Users/Trawick/svn/2.2.x-zz/include/util_filter.h:28, from http_filters.c:33: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from chunk_filter.c:28: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from c:/Users/Trawick/svn/2.2.x-zz/include/util_filter.h:28, from byterange_filter.c:33: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from http_etag.c:24: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_mime.c:32: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from mod_status.c:58: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_autoindex.c:36: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_asis.c:18: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/include/httpd.h:43, from c:/Users/Trawick/svn/2.2.x-zz/include/util_filter.h:28, from mod_cgi.c:44: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_negotiation.c:32: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_dir.c:22: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_actions.c:42: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_userdir.c:62: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_alias.c:31: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from mod_so.c:92: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype htpasswd.c:107:13: warning: 'to64' defined but not used In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from modules.c:6: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype In file included from c:/Users/Trawick/svn/2.2.x-zz/include/ap_config.h:232:0, from c:/Users/Trawick/svn/2.2.x-zz/server/buildmark.c:17: c:/Users/Trawick/svn/2.2.x-zz/os/win32/os.h:88:1: warning: function declaration isn't a prototype