mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Revert "tools/mksymtab.sh: Disable the mismatch warning of builtin declaration"
This reverts commit a6773a8412.
Unnecessary after "Use -fno-builtin for SYMTABOBJ"
This commit is contained in:
parent
5ee2e6348f
commit
6a25898568
1 changed files with 0 additions and 5 deletions
|
|
@ -57,11 +57,6 @@ echo "#include <nuttx/compiler.h>"
|
|||
echo "#include <nuttx/symtab.h>"
|
||||
echo ""
|
||||
|
||||
echo "#if defined(__GNUC__) && !defined(__clang__)"
|
||||
echo "# pragma GCC diagnostic ignored \"-Wbuiltin-declaration-mismatch\""
|
||||
echo "#endif"
|
||||
echo ""
|
||||
|
||||
for string in $varlist; do
|
||||
var=`echo $string | sed -e "s/\"//g"`
|
||||
echo "extern void *${var};"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue