docs: Clear _Static_assert related warnings

Unclear why defining _Static_assert(x, y) in PREDEFINED list
doesn't match anything, but defining _Static_assert() does match.
This commit is contained in:
Angus Gratton
2019-12-10 16:59:15 +11:00
committed by Angus Gratton
parent fdbcc12401
commit d97b587871
2 changed files with 1 additions and 58 deletions

View File

@@ -302,7 +302,7 @@ EXPAND_ONLY_PREDEF = YES
PREDEFINED = \
$(ENV_DOXYGEN_DEFINES) \
__attribute__(x)= \
_Static_assert(x) = \
_Static_assert()= \
IDF_DEPRECATED(X)= \
IRAM_ATTR= \
configSUPPORT_DYNAMIC_ALLOCATION=1 \