sphinx-known-warnings.txt 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # File contains known/allowed Sphinx warnings.
  2. #
  3. # Build will fail if sphinx-warning-log.txt contains any lines
  4. # which are not in this file. Lines are pre-sanitized by
  5. # `build_docs.py build` to remove formatting, paths and line numbers.
  6. #
  7. # Warnings in this file must be in the same overall order as the log file.
  8. #
  9. idf-component-manager.rst: WARNING: Badly formated string substitution: {IDF_TARGET}
  10. esp_ble_mesh_defs.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/bluetooth/esp-ble-mesh:line.
  11. Declaration is '.. cpp:member:: uint16_t model_id'.
  12. esp_ble_mesh_cm_data_api.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/bluetooth/esp-ble-mesh:line.
  13. Declaration is '.. cpp:member:: int8_t element_offset'.
  14. esp_ble_mesh_cm_data_api.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/bluetooth/esp-ble-mesh:line.
  15. Declaration is '.. cpp:member:: int8_t model_item_idx'.
  16. mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
  17. Declaration is '.. cpp:type:: struct esp_mqtt_event_t esp_mqtt_event_t'.
  18. mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
  19. Declaration is '.. cpp:type:: struct esp_mqtt_client_config_t esp_mqtt_client_config_t'.
  20. mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
  21. Declaration is '.. cpp:enum:: esp_mqtt_event_id_t'.
  22. mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
  23. Declaration is '.. cpp:enum:: esp_mqtt_connect_return_code_t'.
  24. mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
  25. Declaration is '.. cpp:enum:: esp_mqtt_error_type_t'.
  26. mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
  27. Declaration is '.. cpp:enum:: esp_mqtt_transport_t'.
  28. mqtt_client.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/protocols/mqtt:line.
  29. Declaration is '.. cpp:enum:: esp_mqtt_protocol_ver_t'.
  30. esp_heap_trace.inc:line: WARNING: Error when parsing function declaration.
  31. If the function has no return type:
  32. Invalid C++ declaration: Expected end of definition or ;. [error at 34]
  33. TAILQ_ENTRY (heap_trace_record_t) tailq
  34. ----------------------------------^
  35. If the function has a return type:
  36. Error in declarator
  37. If declarator-id with parameters-and-qualifiers:
  38. Invalid C++ declaration: Expected identifier in nested name. [error at 12]
  39. TAILQ_ENTRY (heap_trace_record_t) tailq
  40. ------------^
  41. If parenthesis in noptr-declarator:
  42. Error in declarator or parameters-and-qualifiers
  43. If pointer to member declarator:
  44. Invalid C++ declaration: Expected '::' in pointer to member (function). [error at 32]
  45. TAILQ_ENTRY (heap_trace_record_t) tailq
  46. --------------------------------^
  47. If declarator-id:
  48. Invalid C++ declaration: Expecting "(" in parameters-and-qualifiers. [error at 32]
  49. TAILQ_ENTRY (heap_trace_record_t) tailq
  50. --------------------------------^
  51. esp_heap_trace.inc:line: WARNING: Duplicate C++ declaration, also defined at api-reference/system/heap_debug:line.
  52. Declaration is '.. cpp:type:: struct heap_trace_record_t heap_trace_record_t'.