diff options
Diffstat (limited to 'src/librc/librc.c')
-rw-r--r-- | src/librc/librc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librc/librc.c b/src/librc/librc.c index da2ed4d0..a1bd706d 100644 --- a/src/librc/librc.c +++ b/src/librc/librc.c @@ -249,7 +249,7 @@ detect_prefix(const char *systype) } static const char * -detect_container(const char *systype _unused) +detect_container(const char *systype RC_UNUSED) { #ifdef __FreeBSD__ if (systype) { @@ -313,7 +313,7 @@ detect_container(const char *systype _unused) } static const char * -detect_vm(const char *systype _unused) +detect_vm(const char *systype RC_UNUSED) { #ifdef __NetBSD__ if (systype) { |