From: Dale Weiler Date: Sun, 30 Dec 2012 06:49:34 +0000 (+0000) Subject: Document -Wdeprecated X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7b4e099dda96a4b5cf60601300da208b5188a1b6;p=xonotic%2Fgmqcc.git Document -Wdeprecated --- diff --git a/doc.html b/doc.html index ab3f3d5..453fc42 100644 --- a/doc.html +++ b/doc.html @@ -395,6 +395,10 @@ -Wuninitialized-global Enables warnings about non-const gloal variable with no initializing value + + -Wdeprecated + Enables warnings about calls to functions marked deprecated +
OptionsWhat it does