diff options
| author | EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> | 2021-09-20 17:39:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-20 12:39:46 -0400 |
| commit | 913810fcd6d8bdb8045c0d99a2f507d7add49283 (patch) | |
| tree | c4041af0151d1e4336250c30ac35941071a30fdf /ExporterTest/TextureExporter.cpp | |
| parent | ba947126665bf7a968aa2e71410842b8746f4849 (diff) | |
Improve makefiles (#187)
* Rewrite makefiles, eliminate all the extra clang warnings
* Include stdexcept in BinaryReader
* Update gitignore
* Clean up flags, add LLD option
* Update readme to mention LLD
* Update ExporterTest makefile in line with the others
* OUTPUT_OPTION and remove redundant Main rule
* Order arguments consistently, add note on submake variables
Diffstat (limited to 'ExporterTest/TextureExporter.cpp')
| -rw-r--r-- | ExporterTest/TextureExporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ExporterTest/TextureExporter.cpp b/ExporterTest/TextureExporter.cpp index 3b536ba..95d84b8 100644 --- a/ExporterTest/TextureExporter.cpp +++ b/ExporterTest/TextureExporter.cpp @@ -1,7 +1,7 @@ #include "TextureExporter.h" #include "../ZAPD/ZFile.h" -void ExporterExample_Texture::Save(ZResource* res, fs::path outPath, BinaryWriter* writer) +void ExporterExample_Texture::Save(ZResource* res, [[maybe_unused]]fs::path outPath, BinaryWriter* writer) { ZTexture* tex = (ZTexture*)res; |
