Add -Wno-unknown-attributes to avoid too many warnings

This commit is contained in:
Manu 2016-06-21 16:53:29 +09:00
Родитель d839d7cc24
Коммит e826aa0987
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@ if [ "$CC" = "" ]; then
CC=clang-3.6
fi
CFLAGS="-mssse3 -Wall -Wno-unused-const-variable -Wno-unused-function -Isource"
CFLAGS="-mssse3 -Wall -Wno-unused-const-variable -Wno-unused-function -Isource -Wno-unknown-attributes"
#Linux 64
$CC -fPIC -m64 $CFLAGS -c $sources