Updated Portuguese translation for the BFD sub-directory
[binutils-gdb.git] / gdbsupport / gdb_optional.h
index 02a87f6ee484ed0de64193d089ff979d7b66349d..e79ba2c52e61832c60cbd38ec2bf2f13d6014060 100644 (file)
@@ -1,6 +1,6 @@
 /* An optional object.
 
-   Copyright (C) 2017-2020 Free Software Foundation, Inc.
+   Copyright (C) 2017-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -208,6 +208,8 @@ private:
   {
     struct { } m_dummy;
     T m_item;
+    volatile char dont_use; /* Silences -Wmaybe-uninitialized warning, see
+                              PR gcc/80635.  */
   };
 
   /* True if the object was ever emplaced.  */