You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My compiler found this warning during compilation:
glbinding/source/glbinding-aux/source/types_to_string.cpp: In function ‘std::ostream& glbinding::operator<<(std::ostream&, const Value<Argument>&) [with T = Boolean8; std::ostream = std::basic_ostream<char>]’:
glbinding/source/glbinding-aux/source/types_to_string.cpp:210:18: warning: possibly dangling reference to a temporary [-Wdangling-reference]
210 | const auto & name = aux::Meta::getString(value.value());
| ^~~~
glbinding/source/glbinding-aux/source/types_to_string.cpp:210:45: note: the temporary was destroyed at the end of the full expression ‘glbinding::aux::Meta::getString((& value)->glbinding::Value<glbinding::Boolean8>::value())’
210 | const auto & name = aux::Meta::getString(value.value());
|
it seems legit
The text was updated successfully, but these errors were encountered:
My compiler found this warning during compilation:
it seems legit
The text was updated successfully, but these errors were encountered: