mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
Merge pull request #200 from Laupetin/fix/release-build-warnings
fix: warnings preventing release build for MSVC
This commit is contained in:
commit
0ba99d9058
@ -5,7 +5,10 @@
|
|||||||
#include "Game/IW4/TechsetConstantsIW4.h"
|
#include "Game/IW4/TechsetConstantsIW4.h"
|
||||||
#include "Utils/ClassUtils.h"
|
#include "Utils/ClassUtils.h"
|
||||||
|
|
||||||
|
#pragma warning(push, 0)
|
||||||
#include <Eigen>
|
#include <Eigen>
|
||||||
|
#pragma warning(pop)
|
||||||
|
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <nlohmann/json.hpp>
|
#include <nlohmann/json.hpp>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
#include "XModelExportWriter.h"
|
#include "XModelExportWriter.h"
|
||||||
|
|
||||||
|
#pragma warning(push, 0)
|
||||||
#include <Eigen>
|
#include <Eigen>
|
||||||
|
#pragma warning(pop)
|
||||||
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -4,7 +4,10 @@
|
|||||||
#include "XModel/Gltf/GltfConstants.h"
|
#include "XModel/Gltf/GltfConstants.h"
|
||||||
#include "XModel/Gltf/JsonGltf.h"
|
#include "XModel/Gltf/JsonGltf.h"
|
||||||
|
|
||||||
|
#pragma warning(push, 0)
|
||||||
#include <Eigen>
|
#include <Eigen>
|
||||||
|
#pragma warning(pop)
|
||||||
|
|
||||||
#include <format>
|
#include <format>
|
||||||
|
|
||||||
using namespace gltf;
|
using namespace gltf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user