Created
August 22, 2020 14:42
-
-
Save ryotapoi/8d96fd38c87777c9920b8c9f8da6ff78 to your computer and use it in GitHub Desktop.
未使用の戻り値で警告を抑制する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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