diff options
| author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-05-31 10:50:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-31 10:50:44 +0200 |
| commit | e52306ac2003607fadf84c64f6159e5317a4b0e1 (patch) | |
| tree | 7e39d8ed4cc70a552568e3823921ad0ec654ba39 | |
| parent | d0c732fd2516adacf35f2ace4d10966f1bd45c0c (diff) | |
| parent | 6df734df92d5f15ddf18248b991964fda191073f (diff) | |
| download | MPC-Latest_ACETAO_Micro.tar.gz | |
Merge pull request #101 from jwillemsen/jwi-emb-clangunusedLatest_ACETAO_MicroACE+TAO-6_5_10
Don't use -Xclang -Wno-unused-value with bcc32c
| -rw-r--r-- | templates/bmakecommon.mpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bmakecommon.mpt b/templates/bmakecommon.mpt index c811f178..109925b0 100644 --- a/templates/bmakecommon.mpt +++ b/templates/bmakecommon.mpt @@ -14,7 +14,7 @@ common32_libs = import32$(LIB_EXT) cw32mti$(LIB_EXT) common32c_libs = import32$(LIB_EXT) cw32mti$(LIB_EXT) common64_libs = import64$(LIB_EXT) cw64mti$(LIB_EXT) common32_flags = -a8 -common32c_flags = -a8 -Xclang -Wno-unused-value +common32c_flags = -a8 common64_flags = unicode_flags = -WU unicode_lib_modifier = u |
