kopia lustrzana https://github.com/espressif/esp-idf
60 wiersze
3.8 KiB
Plaintext
60 wiersze
3.8 KiB
Plaintext
# 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
|
|
# `build_docs.py build` to remove formatting, paths and line numbers.
|
|
#
|
|
# Warnings in this file must be in the same overall order as the log file.
|
|
#
|
|
idf-component-manager.rst: WARNING: Badly formated string substitution: {IDF_TARGET}
|
|
esp_ble_mesh_defs.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/bluetooth/esp-ble-mesh:line.
|
|
Declaration is '.. cpp:member:: uint16_t model_id'.
|
|
mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
|
|
Declaration is '.. cpp:type:: struct esp_mqtt_event_t esp_mqtt_event_t'.
|
|
mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
|
|
Declaration is '.. cpp:type:: struct esp_mqtt_client_config_t esp_mqtt_client_config_t'.
|
|
mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
|
|
Declaration is '.. cpp:enum:: esp_mqtt_event_id_t'.
|
|
mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
|
|
Declaration is '.. cpp:enum:: esp_mqtt_connect_return_code_t'.
|
|
mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
|
|
Declaration is '.. cpp:enum:: esp_mqtt_error_type_t'.
|
|
mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
|
|
Declaration is '.. cpp:enum:: esp_mqtt_transport_t'.
|
|
mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
|
|
Declaration is '.. cpp:enum:: esp_mqtt_protocol_ver_t'.
|
|
wear-levelling.rst:line: WARNING: Duplicate C++ declaration, also defined at api-reference/storage/fatfs:line.
|
|
Declaration is '.. cpp:struct:: esp_vfs_fat_mount_config_t'.
|
|
wear-levelling.rst:line: WARNING: Duplicate C++ declaration, also defined at api-reference/storage/fatfs:line.
|
|
Declaration is '.. cpp:member:: bool format_if_mount_failed'.
|
|
wear-levelling.rst:line: WARNING: Duplicate C++ declaration, also defined at api-reference/storage/fatfs:line.
|
|
Declaration is '.. cpp:member:: int max_files'.
|
|
wear-levelling.rst:line: WARNING: Duplicate C++ declaration, also defined at api-reference/storage/fatfs:line.
|
|
Declaration is '.. cpp:member:: size_t allocation_unit_size'.
|
|
wear-levelling.rst:line: WARNING: Duplicate C++ declaration, also defined at api-reference/storage/fatfs:line.
|
|
Declaration is '.. cpp:member:: bool disk_status_check_enable'.
|
|
esp_heap_trace.inc:line: WARNING: Error when parsing function declaration.
|
|
If the function has no return type:
|
|
Invalid C++ declaration: Expected end of definition or ;. [error at 34]
|
|
TAILQ_ENTRY (heap_trace_record_t) tailq
|
|
----------------------------------^
|
|
If the function has a return type:
|
|
Error in declarator
|
|
If declarator-id with parameters-and-qualifiers:
|
|
Invalid C++ declaration: Expected identifier in nested name. [error at 12]
|
|
TAILQ_ENTRY (heap_trace_record_t) tailq
|
|
------------^
|
|
If parenthesis in noptr-declarator:
|
|
Error in declarator or parameters-and-qualifiers
|
|
If pointer to member declarator:
|
|
Invalid C++ declaration: Expected '::' in pointer to member (function). [error at 32]
|
|
TAILQ_ENTRY (heap_trace_record_t) tailq
|
|
--------------------------------^
|
|
If declarator-id:
|
|
Invalid C++ declaration: Expecting "(" in parameters-and-qualifiers. [error at 32]
|
|
TAILQ_ENTRY (heap_trace_record_t) tailq
|
|
--------------------------------^
|
|
|
|
esp_heap_trace.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/system/heap_debug:line.
|
|
Declaration is '.. cpp:type:: struct heap_trace_record_t heap_trace_record_t'.
|