summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sort/sort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sort/sort.h b/usr.bin/sort/sort.h
index f6505c9..0a90637 100644
--- a/usr.bin/sort/sort.h
+++ b/usr.bin/sort/sort.h
@@ -41,7 +41,7 @@
#define VERSION "2.3-FreeBSD"
-#define UNUSED_ARG(A) do { A=A; } while(0)
+#define UNUSED_ARG(A) do { (void)(A); } while(0)
#ifdef WITHOUT_NLS
#define getstr(n) nlsstr[n]
OpenPOWER on IntegriCloud