mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
wg: drop -Wno-cast-qual from CFLAGS
The latest update fixes the warning by applying const to the correct part of the pointer.
This commit is contained in:
parent
2cb43631ab
commit
a28989483e
1 changed files with 0 additions and 3 deletions
|
|
@ -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 <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue