Commit 3d9f67dc authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov

ioping: ignore undefined version

Signed-off-by: default avatarKonstantin Khlebnikov <koct9i@gmail.com>
parent b6a05689
...@@ -236,6 +236,11 @@ void usage(void) ...@@ -236,6 +236,11 @@ void usage(void)
); );
} }
#ifndef VERSION
# warning ioping version undefined
# define VERSION ""
#endif
void version(void) void version(void)
{ {
fprintf(stderr, "ioping %s\n", VERSION); fprintf(stderr, "ioping %s\n", VERSION);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment