summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2017-08-31 13:28:10 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2017-08-31 13:28:10 +0000
commit1be86b3cfe50fab77d37377138be07c9d974937e (patch)
treeab7f62dfd1f76a43d08582334c54b45d8dc11b7a
parent9e58415e998e45a09444cd8c9b84809d3eb37d3f (diff)
downloadillumos-joyent-1be86b3cfe50fab77d37377138be07c9d974937e.tar.gz
8572 ccompile.h: rename __GNU_UNUSED to __unused [fix broken build]
-rw-r--r--usr/src/lib/varpd/files/common/libvarpd_files_json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/varpd/files/common/libvarpd_files_json.c b/usr/src/lib/varpd/files/common/libvarpd_files_json.c
index 240c84bd77..53e63c6244 100644
--- a/usr/src/lib/varpd/files/common/libvarpd_files_json.c
+++ b/usr/src/lib/varpd/files/common/libvarpd_files_json.c
@@ -331,7 +331,7 @@ hdlr_bareword(state_t *s)
/* ARGSUSED */
static int
collect_number(state_t *s, boolean_t *isint, int32_t *result,
- double *fresult __GNU_UNUSED)
+ double *fresult __unused)
{
boolean_t neg = B_FALSE;
int t;