X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=899789801dcf5aeca295764e4536c3df4af3361e;hb=7690b174f121007c511f40d69c70d72e6953b5a9;hp=734fb6716f7840dcbac1d541a7f0c33891e43b69;hpb=214a070238552de6167bbf506cbc23006969a182;p=oftp diff --git a/GNUmakefile b/GNUmakefile index 734fb67..8997898 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,7 +3,7 @@ obj = $(src:.c=.o) dep = $(src:.c=.d) bin = oftp -warn = -pedantic -Wall +warn = -pedantic -Wall -Wno-pointer-sign dbg = -g incdir = -Isrc