This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/72837] -Wundef is not being ignored with pragma
- From: "manu at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 08 Aug 2016 19:25:53 +0000
- Subject: [Bug c++/72837] -Wundef is not being ignored with pragma
- Auto-submitted: auto-generated
- References: <bug-72837-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72837
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |manu at gcc dot gnu.org
Resolution|--- |DUPLICATE
--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
(In reply to Trevor Hickey from comment #0)
> **How can I suppress `-Wundef` warnings in `g++`?**
You can't using #pragma.
*** This bug has been marked as a duplicate of bug 53431 ***