Skip to content

Instantly share code, notes, and snippets.

@dflems
Created February 10, 2018 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dflems/de1e4c49f35095d60578441f85496f45 to your computer and use it in GitHub Desktop.
Save dflems/de1e4c49f35095d60578441f85496f45 to your computer and use it in GitHub Desktop.
MY_WARNING_CFLAGS = ... $(MY_WARNING_CFLAGS_$(XCODE_VERSION_MINOR))
MY_WARNING_CFLAGS_0930 = -Wno-whatever
WARNING_CFLAGS = $(MY_WARNING_CFLAGS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment