diff --git a/compiler/Makefile b/compiler/Makefile index b542087ea2..dcd7e04e23 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -448,7 +448,6 @@ CPUSUF=386 endif ifeq ($(CPC_TARGET),m68k) CPUSUF=68k -ALLOW_WARNINGS=1 endif ifeq ($(CPC_TARGET),powerpc) CPUSUF=ppc diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc index b422d1b65b..969cc00fde 100644 --- a/compiler/Makefile.fpc +++ b/compiler/Makefile.fpc @@ -180,7 +180,6 @@ CPUSUF=386 endif ifeq ($(CPC_TARGET),m68k) CPUSUF=68k -ALLOW_WARNINGS=1 endif ifeq ($(CPC_TARGET),powerpc) CPUSUF=ppc