Skip to content

Commit

Permalink
Disable nullability completeness warning on MacOS when building with …
Browse files Browse the repository at this point in the history
…Command Line Developer Tools.
  • Loading branch information
kondrak committed May 18, 2020
1 parent 391bfee commit b3af75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

CC=gcc
BASE_CFLAGS=-Wno-unused-result -Wno-dangling-else -Wno-pointer-sign -Wno-pointer-bool-conversion
BASE_CFLAGS=-Wno-unused-result -Wno-dangling-else -Wno-pointer-sign -Wno-pointer-bool-conversion -Wno-nullability-completeness
RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG -O3
DEBUG_CFLAGS=$(BASE_CFLAGS) -g -D_DEBUG
LDFLAGS=-framework CoreAudio
Expand Down

0 comments on commit b3af75e

Please sign in to comment.