Skip to content

Instantly share code, notes, and snippets.

@ryotapoi
Created August 22, 2020 14:42
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 ryotapoi/8d96fd38c87777c9920b8c9f8da6ff78 to your computer and use it in GitHub Desktop.
Save ryotapoi/8d96fd38c87777c9920b8c9f8da6ff78 to your computer and use it in GitHub Desktop.
未使用の戻り値で警告を抑制する
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-value"
c.view;
#pragma clang diagnostic pop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment