Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 6222 invoked from network); 28 Jul 2006 20:43:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2006 20:43:57 -0000 Received: (qmail 35419 invoked by uid 500); 28 Jul 2006 20:43:51 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 35260 invoked by uid 500); 28 Jul 2006 20:43:50 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 35249 invoked by uid 99); 28 Jul 2006 20:43:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 13:43:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.133.199.10] (HELO jimsys.jagunet.com) (209.133.199.10) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 13:43:47 -0700 Received: from [127.0.0.1] (localhost [127.0.0.1]) by jimsys.jagunet.com (Postfix) with ESMTP id 5C7952BD663 for ; Fri, 28 Jul 2006 16:43:26 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <44CA70EB.9010102@gmail.com> References: <20060728163402.482461A981A@eris.apache.org> <97CD4702-E583-46DC-8B81-317FB0C70741@jaguNET.com> <44CA70EB.9010102@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9D479B3A-563D-4EAB-A67E-917FAF251E6A@jaguNET.com> Content-Transfer-Encoding: 7bit From: Jim Jagielski Subject: Re: svn commit: r426604 - in /httpd/httpd/branches/httpd-proxy-scoreboard: modules/proxy/ support/ Date: Fri, 28 Jul 2006 16:43:25 -0400 To: dev@httpd.apache.org X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Many compile warnings when compiling with maint-mode: mod_proxy.c: In function 'add_pass': mod_proxy.c:1176: warning: implicit declaration of function 'proxy_checkstorage_add_entry' mod_proxy.c: In function 'proxy_post_config': mod_proxy.c:1870: warning: implicit declaration of function 'proxy_create_comarea' mod_proxy.c: In function 'proxy_pre_config': mod_proxy.c:2014: warning: implicit declaration of function 'proxy_lookup_storage_provider' In file included from proxy_util.c:20: mod_proxy_health_checker.h:32: warning: function declaration isn't a prototype proxy_util.c:2234: warning: no previous prototype for 'proxy_create_comarea' proxy_util.c:2244: warning: function declaration isn't a prototype proxy_util.c:2255: warning: no previous prototype for 'proxy_checkstorage_add_entry' In file included from mod_proxy_health_checker.c:15: mod_proxy_health_checker.h:32: warning: function declaration isn't a prototype mod_proxy_health_checker.c: In function 'healthck_pre_config': mod_proxy_health_checker.c:21: warning: implicit declaration of function 'health_checker_get_storage' mod_proxy_health_checker.c:21: warning: initialization makes pointer from integer without a cast mod_proxy_health_checker.c:26: warning: implicit declaration of function 'health_checker_init_slotmem_storage' mod_proxy_health_checker.c:30: warning: implicit declaration of function 'health_checker_init_slotmem' mod_proxy_health_checker.c: In function 'ap_healthstore_register_hook': mod_proxy_health_checker.c:57: warning: initialization makes pointer from integer without a cast mod_proxy_health_checker.c:54: warning: unused variable 'aszPre' In file included from health_checker_util.c:32: mod_proxy_health_checker.h:32: warning: function declaration isn't a prototype health_checker_util.c:129: warning: function declaration isn't a prototype health_checker_util.c: In function 'get_entry': health_checker_util.c:240: warning: passing argument 1 of 'strcpy' discards qualifiers from pointer target type health_checker_util.c:242: warning: passing argument 1 of 'strcpy' discards qualifiers from pointer target type health_checker_util.c:244: warning: passing argument 1 of 'strcpy' discards qualifiers from pointer target type health_checker_util.c:246: warning: passing argument 1 of 'strcpy' discards qualifiers from pointer target type health_checker_util.c:248: warning: passing argument 1 of 'strcpy' discards qualifiers from pointer target type health_checker_util.c: In function 'get_entryconf': health_checker_util.c:275: warning: passing argument 3 of 'checkstorage->ap_slotmem_mem' from incompatible pointer type health_checker_util.c: In function 'check_entryhealth': health_checker_util.c:289: warning: passing argument 3 of 'checkstorage->ap_slotmem_mem' from incompatible pointer type health_checker_util.c: At top level: health_checker_util.c:318: warning: initialization from incompatible pointer type health_checker_util.c:325: warning: function declaration isn't a prototype health_checker_util.c: In function 'health_checker_get_storage': health_checker_util.c:326: warning: return discards qualifiers from pointer target type health_checker_util.c: At top level: health_checker_util.c:331: warning: no previous prototype for 'health_checker_init_slotmem_storage' health_checker_util.c:335: warning: function declaration isn't a prototype health_checker_util.c: In function 'health_checker_get_slotmem_storage': health_checker_util.c:336: warning: return discards qualifiers from pointer target type health_checker_util.c: At top level: health_checker_util.c:341: warning: no previous prototype for 'health_checker_init_slotmem' health_checker_util.c:345: warning: function declaration isn't a prototype health_checker_util.c:306: warning: 'check_poolhealth' defined but not used sharedmem_util.c:52: warning: no previous prototype for 'cleanup_slotmem' sharedmem_util.c: In function 'ap_slotmem_create': sharedmem_util.c:139: warning: implicit declaration of function 'apr_pstrdup' sharedmem_util.c:139: warning: assignment makes pointer from integer without a cast sharedmem_util.c:83: warning: unused variable 'slotmem' sharedmem_util.c: In function 'ap_slotmem_attach': sharedmem_util.c:192: warning: assignment makes pointer from integer without a cast sharedmem_util.c:154: warning: unused variable 'slotmem' sharedmem_util.c: At top level: sharedmem_util.c:234: warning: function declaration isn't a prototype sharedmem_util.c: In function 'sharedmem_getstorage': sharedmem_util.c:235: warning: return discards qualifiers from pointer target type sharedmem_util.c: At top level: sharedmem_util.c:239: warning: no previous prototype for 'sharedmem_initglobalpool' sharedmem_util.c:244: warning: no previous prototype for 'sharedmem_initialize_cleanup'