From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFRU3-0003C7-Kv for qemu-devel@nongnu.org; Sat, 13 Jun 2009 07:33:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFRTy-00037u-Pb for qemu-devel@nongnu.org; Sat, 13 Jun 2009 07:33:15 -0400 Received: from [199.232.76.173] (port=50247 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFRTy-00037X-HD for qemu-devel@nongnu.org; Sat, 13 Jun 2009 07:33:10 -0400 Received: from mail-bw0-f223.google.com ([209.85.218.223]:35627) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFRTy-0000X2-6i for qemu-devel@nongnu.org; Sat, 13 Jun 2009 07:33:10 -0400 Received: by bwz23 with SMTP id 23so2267988bwz.34 for ; Sat, 13 Jun 2009 04:33:09 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1244891127-15561-1-git-send-email-weil@mail.berlios.de> References: <1244891127-15561-1-git-send-email-weil@mail.berlios.de> Date: Sat, 13 Jun 2009 14:33:09 +0300 Message-ID: From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Win32: Don't remove const attribute in type casts. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers On 6/13/09, Stefan Weil wrote: > Type casts removing the const attribute are bad because > they hide the fact that the argument remains const. > > They also result in a compiler warning (at least with MS-C). > > Signed-off-by: Stefan Weil Thanks, applied.