Skip to content

Commit

Permalink
osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
Try committed Mar 18, 2022
1 parent 4c26389 commit 1aa336f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -20,6 +20,7 @@ bin/crash.log
bin/dbg.bin
bin/*.sav
bin/Gothic.ini
out/*

# internal
.vs/
Expand Down
1 change: 1 addition & 0 deletions game/physics/physics.h
Expand Up @@ -8,6 +8,7 @@
#pragma GCC diagnostic ignored "-Wfloat-conversion"
#if defined(__OSX__)
#pragma GCC diagnostic ignored "-Wargument-outside-range"
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#endif
#endif

Expand Down

0 comments on commit 1aa336f

Please sign in to comment.