Fix Windows asserts (#1045)

* fix release mode asserts

* clang

* dummy
This commit is contained in:
ManDude
2022-01-02 23:02:10 +00:00
committed by GitHub
parent 6e4b34be0b
commit c9204f2a9b
108 changed files with 230 additions and 238 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#include "common/util/assert.h"
#include <cstring>
#include "dgo_util.h"
#include "common/versions.h"
#include "third-party/fmt/core.h"
#include "common/util/assert.h"
/*!
* Assert false if the char[] has non-null data after the null terminated string.
@@ -50,4 +50,4 @@ std::string get_object_file_name(const std::string& original_name, u8* data, int
}
return original_name;
}
}