Xcode: turn on and resolve all warnings

This commit is contained in:
Simon Rozman
2024-02-14 15:05:41 +01:00
parent 0560c7bce9
commit 0a719e3081
18 changed files with 197 additions and 37 deletions

View File

@@ -6,7 +6,7 @@
#include "pch.hpp"
#include <iostream>
int main(int argc, const char * argv[])
int main(int, const char *[])
{
try {
UnitTests::hash::crc32();