From d577bbbaf1eeac53bd1a6ab9d43f35177dd778ff Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 7 Oct 2019 20:06:38 +0300 Subject: Suppress 'unused function' warning issued by Clang on Windows --- libpkgconf/libpkgconf/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. # -- cgit v1.1