]> git.jsancho.org Git - lugaru.git/blobdiff - Source/WinDefs.hpp
Added braces to all statements with clang-tidy and ran clang-format again
[lugaru.git] / Source / WinDefs.hpp
index ab4113b5661df92103830f3a3ed648a1a852da2d..4f292621be608aff29da35447dc1723432dda800 100644 (file)
@@ -29,16 +29,6 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 // stuff to make Mac code compatable with Windows
 
-// disable warnings about double to float conversions
-#pragma warning(disable:4305)
-#pragma warning(disable:4244)
-
-// disable warnings about boolean to int conversions
-#pragma warning(disable:4800)
-
-// disable warning about unreferenced local variables
-#pragma warning(disable:4101)
-
 struct Point {
     short v;
     short h;