From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9410 invoked by alias); 27 Oct 2015 02:09:02 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 9227 invoked by uid 89); 27 Oct 2015 02:09:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f47.google.com Received: from mail-qg0-f47.google.com (HELO mail-qg0-f47.google.com) (209.85.192.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 27 Oct 2015 02:09:01 +0000 Received: by qgem9 with SMTP id m9so135679771qge.1 for ; Mon, 26 Oct 2015 19:08:58 -0700 (PDT) X-Received: by 10.140.25.139 with SMTP id 11mr46238596qgt.73.1445911738917; Mon, 26 Oct 2015 19:08:58 -0700 (PDT) Received: from [10.0.0.136] (modemcable053.173-58-74.mc.videotron.ca. [74.58.173.53]) by smtp.gmail.com with ESMTPSA id f66sm14279815qkf.33.2015.10.26.19.08.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Oct 2015 19:08:58 -0700 (PDT) To: gdb-patches@sourceware.org In-Reply-To: <1445831362-18789-1-git-send-email-simon.marchi@polymtl.ca> From: Simon Marchi Subject: Re: [PATCH c++ 11/12] target.c: Add a cast and change a type Message-ID: <562EDCB8.3020406@polymtl.ca> Date: Tue, 27 Oct 2015 09:54:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-10/txt/msg00593.txt.bz2 I pushed this one, I consider it obvious enough.