From 1b9b56216ca3cbfd882a8186b3da079e3ecffc55 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 4 May 2018 00:02:23 +0300 Subject: Adjust to new scope syntax --- libstudxml/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libstudxml/buildfile') diff --git a/libstudxml/buildfile b/libstudxml/buildfile index 6093e24..a46ddea 100644 --- a/libstudxml/buildfile +++ b/libstudxml/buildfile @@ -47,8 +47,8 @@ if ($c.class == 'gcc') # Disable warnings that pop up with -Wextra (e.g, -fimplicit-fallthrough) # in C implementation details. # - details/expat/: c.coptions += -Wno-extra - details/genx/: c.coptions += -Wno-extra + details/expat/ c.coptions += -Wno-extra + details/genx/ c.coptions += -Wno-extra } # We are a mixed C/C++ library, though C is implementatio-only, kind of: we -- cgit v1.1