diff --git a/make.conf.template b/make.conf.template index fbd89e0..d09624b 100644 --- a/make.conf.template +++ b/make.conf.template @@ -12,7 +12,7 @@ PORTDIR="/usr/portage" %ARCHX86%CHOST="i686-pc-linux-gnu" %ARCHX86%UCLIBC="686" %ARCHX86%USECPU="" -CSTDFLAGS="-fomit-frame-pointer" +CSTDFLAGS="-fomit-frame-pointer -Wno-error=implicit-function-declaration -Wno-error=incompatible-pointer-types -Wno-error=implicit-int -Wno-error=declaration-missing-parameter-type -Wno-error=return-mismatch -Wno-error=int-conversion" COPTFLAGS="-O2" CFLAGS="${COPTFLAGS} ${CCPU} ${CSTDFLAGS}" CXXFLAGS="${CFLAGS}"