From a28989483e9d4b3488b3b232139fc47b522a6786 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Fri, 4 Nov 2022 22:45:36 -0500 Subject: [PATCH] wg: drop -Wno-cast-qual from CFLAGS The latest update fixes the warning by applying const to the correct part of the pointer. --- usr.bin/wg/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/usr.bin/wg/Makefile b/usr.bin/wg/Makefile index 55cf5fccf53..6627dfd69e3 100644 --- a/usr.bin/wg/Makefile +++ b/usr.bin/wg/Makefile @@ -35,7 +35,4 @@ CWARNFLAGS.curve25519.c+= -Wno-shadow CWARNFLAGS.config.c+= -Wno-cast-align CWARNFLAGS.ipc.c+= -Wno-cast-align -# qsort comparator -CWARNFLAGS.show.c+= -Wno-cast-qual - .include