diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-07-31 15:34:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-07-31 15:34:00 +0000 |
commit | f5da3327ebbc63db1b7c9b2660235b22740f301b (patch) | |
tree | 04b314918067ba61cb8ef243fdc6e8baecb444d2 /test-noop.c | |
parent | 64f398adf7b42d9b8a6ad8bfec13f925628df47f (diff) | |
download | mandoc-f5da3327ebbc63db1b7c9b2660235b22740f301b.tar.gz |
more 1.14.4 release preparations:
autodetect whether the compiler can use -W and -static,
clearer output from ./configure,
and adjust some configuration instructions
Diffstat (limited to 'test-noop.c')
-rw-r--r-- | test-noop.c | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |