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:
Christian Hopps 2023-07-06 17:41:40 -04:00
parent 30f511e63a
commit 7ee63796bc

View file

@ -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
], [ ], [