X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-ftell.c;h=786a448c1189db48023b57235ecfecce5824e7b8;hb=acf2fa819ee5f1c5acb832dd4b9ebe52a3985699;hp=71f3ed26d52545c74cfcb5417ca4cf7ed5d7584b;hpb=67a756b7b4cb6ef0d311ab30ab9a99990a219615;p=gnulib.git diff --git a/tests/test-ftell.c b/tests/test-ftell.c index 71f3ed26d..786a448c1 100644 --- a/tests/test-ftell.c +++ b/tests/test-ftell.c @@ -23,6 +23,12 @@ #include "binary-io.h" +/* None of the files accessed by this test are large, so disable the + fseek link warning if we are not using the gnulib fseek module. */ +#if !GNULIB_FSEEK +# undef fseek +#endif + #define ASSERT(expr) \ do \ { \