From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shriramana Sharma Subject: "noreturn" Date: Sun, 29 Jul 2007 17:55:32 +0530 Message-ID: <46AC873C.3060908@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Linux C Programming List man:gcc at -Wunitialized says: Some spurious warnings can be avoided if you declare all the functions you use that never return as noreturn. Google says this term is used only in Microsoft C++. So what is it doing in GCC's page? Shriramana Sharma.