2017-09-14 00:34:25 +00:00
|
|
|
# File contains known/allowed Sphinx warnings.
|
|
|
|
#
|
|
|
|
# Build will fail if sphinx-warning-log.txt contains any lines
|
|
|
|
# which are not in this file. Lines are pre-sanitized by
|
|
|
|
# check_doc_warnings.sh to remove formatting, paths, line numbers.
|
|
|
|
#
|
|
|
|
# Warnings in this file must be in the same overall order as the log file.
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
2017-10-31 21:52:55 +00:00
|
|
|
# Sphinx known issue https://github.com/sphinx-doc/sphinx/issues/2683
|
2017-09-14 00:34:25 +00:00
|
|
|
#
|
|
|
|
_build/inc/esp_a2dp_api.inc:line: WARNING: Invalid definition: Expected identifier in nested name. [error at 21]
|
2017-09-06 19:16:34 +00:00
|
|
|
union esp_a2d_mcc_t::@1 esp_a2d_mcc_t::cie
|
|
|
|
---------------------^
|
2017-09-14 00:34:25 +00:00
|
|
|
_build/inc/esp_bt_defs.inc:line: WARNING: Invalid definition: Expected identifier in nested name. [error at 21]
|
2017-09-06 19:16:34 +00:00
|
|
|
union esp_bt_uuid_t::@0 esp_bt_uuid_t::uuid
|
|
|
|
---------------------^
|