X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fflush.c;h=12403e2abab24105b19fba26c010abedc83bf9d7;hb=f283cf4e5364da816fdd6e376110035b04facae9;hp=38bedd975f953c95ff04d701bde439308b2d20f4;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/tests/test-fflush.c b/tests/test-fflush.c index 38bedd975..12403e2ab 100644 --- a/tests/test-fflush.c +++ b/tests/test-fflush.c @@ -18,6 +18,9 @@ #include +/* None of the files accessed by this test are large, so disable the + ftell link warning if we are not using the gnulib ftell module. */ +#define _GL_NO_LARGE_FILES #include #include "signature.h"