Open GoogleCodeExporter opened 8 years ago
I resolved the problem by removing some G++ flags, in particular,
-Werror=empty-body. More details are listed in my blog post:
http://cxwangyi.github.com/2013/02/22/use-blade-with-mac-os-x/
Original comment by Yi.Wang.2005
on 22 Feb 2013 at 1:56
System headers should contains a '#pragma GCC system_header' line to suppress
any warning, check it please.
/usr/include/c++/4.6.3/bits/locale_facets.tcc:
#ifndef _LOCALE_FACETS_TCC
#define _LOCALE_FACETS_TCC 1
#pragma GCC system_header
namespace std _GLIBCXX_VISIBILITY(default)
Original comment by chen3feng
on 2 Mar 2013 at 4:39
Original issue reported on code.google.com by
Yi.Wang.2005
on 22 Feb 2013 at 1:55