From e94e6c316abb2fdc87bef1a5d95cfb29261efc4e Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 31 Jul 2018 15:34:00 +0000 Subject: more 1.14.4 release preparations: autodetect whether the compiler can use -W and -static, clearer output from ./configure, and adjust some configuration instructions --- test-noop.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test-noop.c (limited to 'test-noop.c') diff --git a/test-noop.c b/test-noop.c new file mode 100644 index 00000000..95485db8 --- /dev/null +++ b/test-noop.c @@ -0,0 +1,5 @@ +int +main(void) +{ + return 0; +} -- cgit v1.2.3