X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=EvM Nj0FLaQ7pSy40DTzcFCxx3KHvNHgqaRxl4C2FYEVi2qaxKgAR4LpJbjFv16sCDP5 /3qIHCozD8FcOqfi51rM2+4bIXWcE9HvjeA+Sv+R3vQ2JiSMONS4dbYi2lkRt/dQ lceG7RIqKjJIE4IgYk3GxBPuH2bentPxbDlMSt3s= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=wpFGppf/U DWIXt2ZhmKME2YTaUI=; b=XEBC7ZWZrLHrUXJRaLpJFVQSq9acCm3/TKsxYl8DB ZauC7pkvgQB6Fb4kAeBoMffQPNR5Y7MJQw6Svhp0yZyAR/sKi5pUl3nCVPA9/1OM eo1DHCXYMI+BVAi0uaeV2w5BhbXGEKWeu+8Pl5CYwJQxLUoKjWdaR9oEPIUFV59Y Uk= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.1 To: cygwin AT cygwin DOT com From: David Subject: g++ no warning about uninitialized variables Date: Fri, 19 Apr 2013 13:07:58 +0200 Lines: 44 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Thunderbird/17.0 I am using eclipse and gnu. (Maybe my version is to old.) I have struct MyStruct { int a0,a1; }; void afunc(int &t) { cout<<"in para "<