0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00

chore: don't ignore deprecated declarations

This commit is contained in:
Ryan Dahl 2024-06-11 23:53:32 -04:00
parent 70f7881d99
commit 857cf52856

View file

@ -31,8 +31,6 @@
#include "v8/src/objects/objects.h"
#include "v8/src/objects/smi.h"
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
using namespace support;
template <typename T>