Skip to content

Commit

Permalink
gprc: disable deprecated warnings
Browse files Browse the repository at this point in the history
openssl 3 marks some functions as deprecated.

Issue genode#4992
Issue genodelabs#342
throwException authored and trimpim committed Sep 21, 2023
1 parent 9e06bf7 commit 72510c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mk/grpc.mk
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ CC_CXX_WARN_STRICT :=
CC_CXX_OPT_STD := -std=gnu++17
#CC_OPT += -DGPR_CUSTOM_SYNC -DHAVE_CONFIG_H
CC_OPT += -DHAVE_CONFIG_H -DNDEBUG
CC_OPT += -Wno-deprecated-declarations

INC_DIR += $(GRPC_DIR)
INC_DIR += $(GRPC_DIR)/src/core/ext/upb-generated

0 comments on commit 72510c0

Please sign in to comment.