GUACAMOLE-1374: Work around FreeRDP+GCC false-positive deprecation warnings.

This commit is contained in:
Michael Jumper
2025-04-22 01:17:17 -07:00
parent d9ff15e679
commit 8681917f89
+2 -1
View File
@@ -111,7 +111,8 @@ ARG FREERDP_X86_OPTS=""
ARG GUACAMOLE_SERVER_ARM_OPTS=""
ARG GUACAMOLE_SERVER_OPTS="\
--disable-guaclog"
--disable-guaclog \
CPPFLAGS=-Wno-error=deprecated-declarations"
ARG GUACAMOLE_SERVER_X86_OPTS=""