Skip to content

Instantly share code, notes, and snippets.

@yunustek
Created October 7, 2018 16:54
Show Gist options
  • Save yunustek/f374f2075b2174dc3bcf56e3e52d139e to your computer and use it in GitHub Desktop.
Save yunustek/f374f2075b2174dc3bcf56e3e52d139e to your computer and use it in GitHub Desktop.
Yeni Derleyici Yönergeleri
#if false
#warning("this will not trigger a warning")
#error("this will not trigger an error")
#endif
#if true
#warning("this will trigger a warning")
#error("this will trigger an error")
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment