Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA9A32B28 for ; Sat, 7 May 2011 18:47:09 +0000 (UTC) Received: (qmail 47402 invoked by uid 500); 7 May 2011 18:47:08 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 47350 invoked by uid 500); 7 May 2011 18:47:08 -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 47342 invoked by uid 99); 7 May 2011 18:47:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 May 2011 18:47:08 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.99] (HELO smtpauth05.prod.mesa1.secureserver.net) (64.202.165.99) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 07 May 2011 18:46:59 +0000 Received: (qmail 27454 invoked from network); 7 May 2011 18:46:37 -0000 Received: from unknown (76.252.112.72) by smtpauth05.prod.mesa1.secureserver.net (64.202.165.99) with ESMTP; 07 May 2011 18:46:37 -0000 Message-ID: <4DC59371.9050801@rowe-clan.net> Date: Sat, 07 May 2011 13:46:09 -0500 From: "William A. Rowe Jr." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r1100443 - /httpd/httpd/trunk/server/mpm/winnt/service.c References: <20110507041501.C83E323888EA@eris.apache.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 5/7/2011 9:32 AM, Jeff Trawick wrote: > > Of course the end goal was to shut up the compiler about what > StartService() wanted as the third arg. I'll look for a solution that > makes both compilers happy. I suspect that only a cast will accomplish this. But it should not be necessary, additive constness should not need to be specified when passing arguments. Subtracting constness is another matter.