forked from Mirror/frr
build: disable warning for m$ extension use
This is adding a "disable warning" to ccls convenience config. Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
parent
30f511e63a
commit
7ee63796bc
|
@ -2848,6 +2848,7 @@ EOF
|
||||||
cat >> "${srcdir}/.ccls" <<EOF
|
cat >> "${srcdir}/.ccls" <<EOF
|
||||||
%c $(echo ${FRR_ALL_CCLS_CFLAGS} | sed -e 's/ */\n%c /g')
|
%c $(echo ${FRR_ALL_CCLS_CFLAGS} | sed -e 's/ */\n%c /g')
|
||||||
%c -Wno-unused-function
|
%c -Wno-unused-function
|
||||||
|
%c -Wno-microsoft
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
], [
|
], [
|
||||||
|
|
Loading…
Reference in a new issue