-Wno-error=implicit-function-declaration -fpermissive
This commit is contained in:
parent
4fbb6eb853
commit
4a75ee5050
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user