Address unknown pragma warning with GCC (#2324)

This commit is contained in:
Andrew Gaul 2023-09-26 01:16:14 +09:00 committed by GitHub
parent 1a703e623a
commit 87b8bafaea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,7 +18,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifdef __clang__
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#endif
#include <cstdio>
#include <cstdlib>