From 857cf52856b79fc080e4ca3c9f4f44b8efe673ef Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 11 Jun 2024 23:53:32 -0400 Subject: [PATCH] chore: don't ignore deprecated declarations --- src/binding.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/binding.cc b/src/binding.cc index 6a702a9d..737a5b2d 100644 --- a/src/binding.cc +++ b/src/binding.cc @@ -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