Skip to content

Commit

Permalink
Ignore deprecations when building (later replace sprintf)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHarker committed Jul 14, 2024
1 parent 8dd8daa commit 3cfb6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config_HIRT.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GENERATE_PKGINFO_FILE = YES

// Ensure that errors and warnings are generated

WARNING_CFLAGS = -Wall -Wextra -Wno-unused-parameter -Werror
WARNING_CFLAGS = -Wall -Wextra -Wno-unused-parameter -Wno-deprecated-declarations -Werror

// Flags to enforce some build-time checks for the symbols used while not actually performing a hard link
C74_SYM_LINKER_FLAGS = @$(C74SUPPORT)/max-includes/c74_linker_flags.txt
Expand Down

0 comments on commit 3cfb6f1

Please sign in to comment.