Undoing local change done for building on x64
diff --git a/.gitignore b/.gitignore
index a28d738..d4e0454 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,7 +14,6 @@
.lock-wafbuild
.waf*
build/
-buildx64/
build-amiga/
tests/tmp/
msvc/Debug/
diff --git a/CMakeLists.txt b/CMakeLists.txt
index be3b53a..cca2a12 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -221,7 +221,7 @@ IF (MSVC)
# /GF - String pooling
# /MP - Parallel build
- SET(CMAKE_C_FLAGS "/GF /MP /wd4244 /wd4267 /nologo ${CMAKE_C_FLAGS}")
+ SET(CMAKE_C_FLAGS "/GF /MP /nologo ${CMAKE_C_FLAGS}")
IF (STDCALL)
# /Gz - stdcall calling convention