summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <habets@google.com>2019-11-07 15:15:30 +0000
committerThomas Habets <habets@google.com>2019-11-07 15:15:30 +0000
commitac60c73d78339971e8fb21f8bcc61c7779aaf551 (patch)
tree27acae12f093ee98be0376441367889d4481ec2b
parent9aff16e127f69c2ec3298f17702df338ad7ad7f8 (diff)
downloadarping-ac60c73d78339971e8fb21f8bcc61c7779aaf551.tar.gz
Error on deprecated code
-rw-r--r--src/findif_linux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/findif_linux.c b/src/findif_linux.c
index 98089ea..36ad219 100644
--- a/src/findif_linux.c
+++ b/src/findif_linux.c
@@ -33,6 +33,8 @@
#include "arping.h"
+#error "This code should never be chosen. If you just want to use it then uncomment this error line"
+
/**
* WARNING: non-reentrant
*/