From 326709e3e46f4a00d0773654513d323193a43faa Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 9 Oct 2019 12:10:07 +0300 Subject: Add workaround for 'private field is not used' Clang warning --- odb/mssql/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/mssql/buildfile') diff --git a/odb/mssql/buildfile b/odb/mssql/buildfile index 28c4b8f..8475455 100644 --- a/odb/mssql/buildfile +++ b/odb/mssql/buildfile @@ -110,7 +110,7 @@ details/build2/ { h{*}: install = false - if ($cxx.class == 'msvc') + if ($cxx.target.system == 'win32-msvc') { h{config-vc}@./: install = $install_include/details/ h{config-vc-stub}@./: install = $install_include/details/build2/config-vc.h -- cgit v1.1