diff --git a/src/backend/jit/llvm/Makefile b/src/backend/jit/llvm/Makefile index 68677ba42e1..7a65290a85a 100644 --- a/src/backend/jit/llvm/Makefile +++ b/src/backend/jit/llvm/Makefile @@ -22,12 +22,6 @@ endif PGFILEDESC = "llvmjit - JIT using LLVM" NAME = llvmjit -# LLVM 14 produces deprecation warnings. We'll need to make some changes -# before the relevant functions are removed, but for now silence the warnings. -ifeq ($(GCC), yes) -LLVM_CFLAGS += -Wno-deprecated-declarations -endif - # All files in this directory use LLVM. CFLAGS += $(LLVM_CFLAGS) CXXFLAGS += $(LLVM_CXXFLAGS)