gcc warning with "some variable may be used uninitialized in this function [-Wmaybe-uninitialized]" when building under msys
Tom Tromey
tom@tromey.com
Tue Oct 9 20:04:00 GMT 2018
>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
Pedro> Last I tried, I couldn't find a way to suppress the warning from
Pedro> gdb::optional. The warning triggers in code that belongs to
Pedro> T in gdb::optional<T>.
I was hoping we could get a gcc extension for this -- say, some
attribute we could apply somewhere to suppress the warning.
Tom
More information about the Gdb
mailing list