sphinx-known-warnings.txt 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. #
  10. # Breathe known issue: https://github.com/michaeljones/breathe/issues/405
  11. # Sphinx known issue: https://github.com/sphinx-doc/sphinx/pull/5901
  12. #
  13. # Note: warnings below have been identified after upgrade
  14. # to the following package==version
  15. #
  16. # sphinx==1.8.4
  17. # breathe==4.11.1
  18. #
  19. ulp.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_load_binary(uint32_t load_addr, const uint8_t * program_binary, size_t program_size)
  20. ulp.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_run(uint32_t entry_point)
  21. ulp.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_set_wakeup_period(size_t period_index, uint32_t period_us)
  22. ulp-legacy.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_load_binary(uint32_t load_addr, const uint8_t * program_binary, size_t program_size)
  23. ulp-legacy.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_run(uint32_t entry_point)
  24. ulp-legacy.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_set_wakeup_period(size_t period_index, uint32_t period_us)
  25. ulp-risc-v.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_set_wakeup_period(size_t period_index, uint32_t period_us)
  26. README.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_run(uint32_t entry_point)
  27. # This seems like a bug, as the field are ::model_id and ::vnd::model_id
  28. esp_ble_mesh_defs.inc:line: WARNING: Duplicate declaration, uint16_t esp_ble_mesh_model::model_id
  29. WARNING:esp_bt_defs, use :noindex: for one of them
  30. WARNING:esp_blufi, use :noindex: for one of them
  31. esp_bt_defs.inc:line: WARNING: Duplicate declaration, uint8_t esp_bd_addr_t[ESP_BD_ADDR_LEN]
  32. #
  33. # Issue present only when building on msys2 / mingw32 START >>>
  34. #
  35. esp_spp_api.inc:line: WARNING: Error in type declaration.
  36. If typedef-like declaration:
  37. Type must be either just a name or a typedef-like declaration.
  38. If just a name:
  39. Error in declarator or parameters and qualifiers
  40. Invalid definition: Expected identifier in nested name, got keyword: void [error at 4]
  41. void() esp_spp_cb_t(esp_spp_cb_event_t event, esp_spp_cb_param_t *param)
  42. ----^
  43. If typedef-like declaration:
  44. Error in declarator
  45. If pointer to member declarator:
  46. Invalid definition: Expected identifier in nested name. [error at 4]
  47. void() esp_spp_cb_t(esp_spp_cb_event_t event, esp_spp_cb_param_t *param)
  48. ----^
  49. If declId, parameters, and qualifiers:
  50. Invalid definition: Expected identifier in nested name. [error at 4]
  51. void() esp_spp_cb_t(esp_spp_cb_event_t event, esp_spp_cb_param_t *param)
  52. ----^
  53. If parenthesis in noptr-declarator:
  54. Error in declarator or parameters and qualifiers
  55. If pointer to member declarator:
  56. Invalid definition: Expected identifier in nested name. [error at 5]
  57. void() esp_spp_cb_t(esp_spp_cb_event_t event, esp_spp_cb_param_t *param)
  58. -----^
  59. If declarator-id:
  60. Invalid definition: Expected identifier in nested name. [error at 5]
  61. void() esp_spp_cb_t(esp_spp_cb_event_t event, esp_spp_cb_param_t *param)
  62. -----^
  63. If type alias or template alias:
  64. Invalid definition: Expected identifier in nested name, got keyword: void [error at 4]
  65. void() esp_spp_cb_t(esp_spp_cb_event_t event, esp_spp_cb_param_t *param)
  66. ----^
  67. #
  68. # Issue present only when building on msys2 / mingw32 END <<<
  69. #
  70. spi_master.inc:line: WARNING: Duplicate declaration, struct spi_transaction_t spi_transaction_t
  71. spi_slave.inc:line: WARNING: Duplicate declaration, struct spi_slave_transaction_t spi_slave_transaction_t
  72. esp_flash.inc:line: WARNING: Duplicate declaration, struct esp_flash_t esp_flash_t
  73. spi_flash_types.inc:line: WARNING: Duplicate declaration, struct spi_flash_host_driver_t spi_flash_host_driver_t
  74. wear-levelling.rst:line: WARNING: Duplicate declaration, bool esp_vfs_fat_mount_config_t::format_if_mount_failed
  75. wear-levelling.rst:line: WARNING: Duplicate declaration, int esp_vfs_fat_mount_config_t::max_files
  76. wear-levelling.rst:line: WARNING: Duplicate declaration, size_t esp_vfs_fat_mount_config_t::allocation_unit_size
  77. wear-levelling.rst:line: WARNING: Duplicate declaration, esp_vfs_fat_mount_config_t