diff options
| -rw-r--r-- | meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb b/meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb index 0c1815732f..dfa77770a7 100644 --- a/meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb +++ b/meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb | |||
| @@ -21,3 +21,7 @@ BBCLASSEXTEND = "native nativesdk" | |||
| 21 | # http://errors.yoctoproject.org/Errors/Details/766883/ | 21 | # http://errors.yoctoproject.org/Errors/Details/766883/ |
| 22 | # mcpp-2.7.2/src/expand.c:713:21: error: assignment to 'char *' from incompatible pointer type 'LOCATION *' {aka 'struct location *'} [-Wincompatible-pointer-types] | 22 | # mcpp-2.7.2/src/expand.c:713:21: error: assignment to 'char *' from incompatible pointer type 'LOCATION *' {aka 'struct location *'} [-Wincompatible-pointer-types] |
| 23 | CFLAGS += "-Wno-error=incompatible-pointer-types" | 23 | CFLAGS += "-Wno-error=incompatible-pointer-types" |
| 24 | |||
| 25 | # http://errors.yoctoproject.org/Errors/Details/850149/ | ||
| 26 | # ../../mcpp-2.7.2/src/system.c:3436:15: error: expected identifier or '*' before 'true' | ||
| 27 | CFLAGS += "-std=gnu17" | ||
