summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-10-07 20:06:38 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-10-07 20:06:38 +0300
commitd577bbbaf1eeac53bd1a6ab9d43f35177dd778ff (patch)
treef9239a3a38b0b86259e607516cee17ca07df434c
parent52ac403cddd41888ab0656e22bd92302a93bac1b (diff)
Suppress 'unused function' warning issued by Clang on Windows
-rw-r--r--libpkgconf/libpkgconf/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpkgconf/libpkgconf/buildfile b/libpkgconf/libpkgconf/buildfile
index 14603e6..a035713 100644
--- a/libpkgconf/libpkgconf/buildfile
+++ b/libpkgconf/libpkgconf/buildfile
@@ -90,7 +90,7 @@ if $msvc
c.coptions += /wd4996 /wd4267
if $clang_msvc
- c.coptions += -Wno-deprecated-declarations
+ c.coptions += -Wno-deprecated-declarations -Wno-unused-function
# Note: this should go last as it adds obj target-specific poptions.
#