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

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>