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
/home/jonesmz/osp-magnum/3rdparty/magnum-plugins/src/MagnumPlugins/TinyGltfImporter/TinyGltfImporter.cpp: In member function ‘virtual void Magnum::Trade::TinyGltfImporter::doOpenData(Corrade::Containers::ArrayView<const char>)’:
/home/jonesmz/osp-magnum/3rdparty/magnum-plugins/src/MagnumPlugins/TinyGltfImporter/TinyGltfImporter.cpp:272:27: warning: ‘callbacks.tinygltf::FsCallbacks::WriteWholeFile’ may be used uninitialized in this function [-Wmaybe-uninitialized]
272 | tinygltf::FsCallbacks callbacks;
| ^~~~~~~~~
The text was updated successfully, but these errors were encountered:
Yep, I started getting this warning after an upgrade to GCC 10 as well. The cause of it was harmless though (it was for a WriteWholeFile callback, which isn't used) nevertheless it's good to have a warning-free build.
The text was updated successfully, but these errors were encountered: