Skip to content

Commit

Permalink
Xcode: disable the -Wshorten-64-to-32 warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Aug 18, 2023
1 parent 450c9a7 commit e8f476c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MacOSX/QuakeSpasm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1814,6 +1814,7 @@
USE_CODEC_UMX,
SDL_FRAMEWORK,
);
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
HEADER_SEARCH_PATHS = (
codecs/include,
"$(HEADER_SEARCH_PATHS)",
Expand Down Expand Up @@ -1856,6 +1857,7 @@
USE_CODEC_UMX,
SDL_FRAMEWORK,
);
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
HEADER_SEARCH_PATHS = (
codecs/include,
"$(HEADER_SEARCH_PATHS)",
Expand Down Expand Up @@ -2173,6 +2175,7 @@
SDL_FRAMEWORK,
);
GCC_VERSION = "";
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
Expand Down Expand Up @@ -2217,6 +2220,7 @@
SDL_FRAMEWORK,
);
GCC_VERSION = "";
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
Expand Down

0 comments on commit e8f476c

Please sign in to comment.