summaryrefslogtreecommitdiffhomepage
path: root/loader/vobj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/vobj.cpp')
-rw-r--r--loader/vobj.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/loader/vobj.cpp b/loader/vobj.cpp
index aa3be207..b48275ab 100644
--- a/loader/vobj.cpp
+++ b/loader/vobj.cpp
@@ -44,10 +44,6 @@ void nlohmann::adl_serializer<vobj>::from_json(const json& j, vobj& val)
namespace floormat::loader_detail {
-#if defined __GNUG__ && !defined __clang__
-#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
-#endif
-
std::shared_ptr<class anim_atlas> loader_impl::make_vobj_anim_atlas(StringView name, StringView image_filename)
{
auto tex = texture(VOBJ_PATH, image_filename);