From b1c77dc42b0dba7bf0c618a3fc1179a851d57c84 Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Sun, 29 May 2022 22:02:20 +0200 Subject: [PATCH] wireguard: enable WARN_STRICT_CONVERSION in lib The strict conversion warnings were disabled during development when the contrib code was still compiled with the wireguard lib. Now this isn't necessary anymore as the contrib code is in the wireguard_lx_inc_dirs lib. Ref #4520 --- repos/dde_linux/lib/mk/wireguard.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/repos/dde_linux/lib/mk/wireguard.inc b/repos/dde_linux/lib/mk/wireguard.inc index 179d45759c..38f88d6f33 100644 --- a/repos/dde_linux/lib/mk/wireguard.inc +++ b/repos/dde_linux/lib/mk/wireguard.inc @@ -18,5 +18,3 @@ SRC_CC += uplink_connection.cc vpath %.cc $(REP_DIR)/src/app/wireguard vpath %.cc $(REP_DIR)/src/lib - -CC_CXX_WARN_STRICT_CONVERSION =