From 4a75ee5050ba6efd854749eabf8e7bafcf151332 Mon Sep 17 00:00:00 2001 From: geos_one Date: Fri, 8 Aug 2025 23:44:34 +0200 Subject: [PATCH] -Wno-error=implicit-function-declaration -fpermissive --- nxviewer-passwd/libvncauth/Imakefile | 2 ++ nxviewer-passwd/nxpasswd/Imakefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/nxviewer-passwd/libvncauth/Imakefile b/nxviewer-passwd/libvncauth/Imakefile index f7569b1..f59ff01 100644 --- a/nxviewer-passwd/libvncauth/Imakefile +++ b/nxviewer-passwd/libvncauth/Imakefile @@ -3,6 +3,8 @@ EXTRA_DEFINES = -D__EXTENSIONS__ #endif +CDEBUGFLAGS += -Wno-error=implicit-function-declaration -fpermissive + SRCS = vncauth.c d3des.c OBJS = vncauth.o d3des.o diff --git a/nxviewer-passwd/nxpasswd/Imakefile b/nxviewer-passwd/nxpasswd/Imakefile index f338030..f200de6 100644 --- a/nxviewer-passwd/nxpasswd/Imakefile +++ b/nxviewer-passwd/nxpasswd/Imakefile @@ -3,6 +3,8 @@ EXTRA_DEFINES = -D__EXTENSIONS__ #endif +CDEBUGFLAGS += -Wno-error=implicit-function-declaration -fpermissive + SRCS = vncpasswd.c INCLUDES = -I../include VNCAUTH_LIB = ../libvncauth/libvncauth.a