sphinx-known-warnings.txt 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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-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)
  20. ulp-legacy.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_run(uint32_t entry_point)
  21. ulp-legacy.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_set_wakeup_period(size_t period_index, uint32_t period_us)
  22. 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)
  23. ulp.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_run(uint32_t entry_point)
  24. ulp.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_set_wakeup_period(size_t period_index, uint32_t period_us)
  25. README.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_run(uint32_t entry_point)
  26. # This seems like a bug, as the field are ::model_id and ::vnd::model_id
  27. esp_ble_mesh_defs.inc:line: WARNING: Duplicate declaration, uint16_t esp_ble_mesh_model::model_id
  28. #
  29. # Issue present only when building on msys2 / mingw32 START >>>
  30. #
  31. esp_spp_api.inc:line: WARNING: Error in type declaration.
  32. If typedef-like declaration:
  33. Type must be either just a name or a typedef-like declaration.
  34. If just a name:
  35. Error in declarator or parameters and qualifiers
  36. Invalid definition: Expected identifier in nested name, got keyword: void [error at 4]
  37. void() esp_spp_cb_t(esp_spp_cb_event_t event, esp_spp_cb_param_t *param)
  38. ----^
  39. If typedef-like declaration:
  40. Error in declarator
  41. If pointer to member declarator:
  42. Invalid definition: Expected identifier in nested name. [error at 4]
  43. void() esp_spp_cb_t(esp_spp_cb_event_t event, esp_spp_cb_param_t *param)
  44. ----^
  45. If declId, parameters, and qualifiers:
  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 parenthesis in noptr-declarator:
  50. Error in declarator or parameters and qualifiers
  51. If pointer to member declarator:
  52. Invalid definition: Expected identifier in nested name. [error at 5]
  53. void() esp_spp_cb_t(esp_spp_cb_event_t event, esp_spp_cb_param_t *param)
  54. -----^
  55. If declarator-id:
  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 type alias or template alias:
  60. Invalid definition: Expected identifier in nested name, got keyword: void [error at 4]
  61. void() esp_spp_cb_t(esp_spp_cb_event_t event, esp_spp_cb_param_t *param)
  62. ----^
  63. #
  64. # Issue present only when building on msys2 / mingw32 END <<<
  65. #
  66. spi_master.inc:line: WARNING: Duplicate declaration, struct spi_transaction_t spi_transaction_t
  67. spi_slave.inc:line: WARNING: Duplicate declaration, struct spi_slave_transaction_t spi_slave_transaction_t
  68. esp_flash.inc:line: WARNING: Duplicate declaration, struct esp_flash_t esp_flash_t
  69. spi_flash_types.inc:line: WARNING: Duplicate declaration, struct spi_flash_host_driver_t spi_flash_host_driver_t
  70. wear-levelling.rst:line: WARNING: Duplicate declaration, bool esp_vfs_fat_mount_config_t::format_if_mount_failed
  71. wear-levelling.rst:line: WARNING: Duplicate declaration, int esp_vfs_fat_mount_config_t::max_files
  72. wear-levelling.rst:line: WARNING: Duplicate declaration, size_t esp_vfs_fat_mount_config_t::allocation_unit_size
  73. wear-levelling.rst:line: WARNING: Duplicate declaration, esp_vfs_fat_mount_config_t