X-Git-Url: https://git.auder.net/?p=cgds.git;a=blobdiff_plain;f=test%2FMakefile.base;h=549baf8bab23b4e7b5a8a7ed134938d9808218c8;hp=125781f17ba2b9e3fc38e71bfd71ddbb3a14acc7;hb=8306616e3ab3b2cbcbaf7dc70931d2ed394a1aa5;hpb=ea7acb53d67057ce642c6d57df8c3d11118c7e74 diff --git a/test/Makefile.base b/test/Makefile.base index 125781f..549baf8 100644 --- a/test/Makefile.base +++ b/test/Makefile.base @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -g -std=gnu99 +CFLAGS = -g -std=gnu99 -Wno-implicit-function-declaration LDFLAGS = -L../src/obj -lcgds INCLUDES = -I.. -I../src TARGET = testcgds