From 7b4e099dda96a4b5cf60601300da208b5188a1b6 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sun, 30 Dec 2012 06:49:34 +0000 Subject: [PATCH] Document -Wdeprecated --- doc.html | 4 ++++ 1 file changed, 4 insertions(+) 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 + -- 2.39.2
OptionsWhat it does