summaryrefslogtreecommitdiff
path: root/ExporterTest/Main.cpp
diff options
context:
space:
mode:
authorEllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>2021-09-20 17:39:46 +0100
committerGitHub <noreply@github.com>2021-09-20 12:39:46 -0400
commit913810fcd6d8bdb8045c0d99a2f507d7add49283 (patch)
treec4041af0151d1e4336250c30ac35941071a30fdf /ExporterTest/Main.cpp
parentba947126665bf7a968aa2e71410842b8746f4849 (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/Main.cpp')
-rw-r--r--ExporterTest/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ExporterTest/Main.cpp b/ExporterTest/Main.cpp
index 8405a7d..1fb6bea 100644
--- a/ExporterTest/Main.cpp
+++ b/ExporterTest/Main.cpp
@@ -20,7 +20,7 @@ static void ExporterParseFileMode(std::string buildMode, ZFileMode& fileMode)
fileMode = (ZFileMode)ExporterFileMode::ModeExample3;
}
-static void ExporterParseArgs(int argc, char* argv[], int& i)
+static void ExporterParseArgs([[maybe_unused]]int argc, char* argv[], int& i)
{
std::string arg = argv[i];