-
Notifications
You must be signed in to change notification settings - Fork 782
/
sphinx-known-warnings.txt
64 lines (52 loc) · 2.92 KB
/
sphinx-known-warnings.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
lightbulb.inc:line: WARNING: Duplicate C++ declaration, also defined at electrical_lighting_solution/lightbulb_driver:line.
Declaration is '.. cpp:member:: lightbulb_color_mapping_data_t * table'.
lightbulb.inc:line: WARNING: Duplicate C++ declaration, also defined at electrical_lighting_solution/lightbulb_driver:line.
Declaration is '.. cpp:member:: struct lightbulb_config_t::@39::@43 precise'.
lightbulb.inc:line: WARNING: Duplicate C++ declaration, also defined at electrical_lighting_solution/lightbulb_driver:line.
Declaration is '.. cpp:member:: lightbulb_iic_out_pin_t red'.
lightbulb.inc:line: WARNING: Duplicate C++ declaration, also defined at electrical_lighting_solution/lightbulb_driver:line.
Declaration is '.. cpp:member:: lightbulb_iic_out_pin_t green'.
lightbulb.inc:line: WARNING: Duplicate C++ declaration, also defined at electrical_lighting_solution/lightbulb_driver:line.
Declaration is '.. cpp:member:: lightbulb_iic_out_pin_t blue'.
ir_learn.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]
SLIST_ENTRY (ir_learn_sub_list_t) next
----------------------------------^
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]
SLIST_ENTRY (ir_learn_sub_list_t) next
------------^
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]
SLIST_ENTRY (ir_learn_sub_list_t) next
--------------------------------^
If declarator-id:
Invalid C++ declaration: Expecting "(" in parameters-and-qualifiers. [error at 32]
SLIST_ENTRY (ir_learn_sub_list_t) next
--------------------------------^
ir_learn.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 30]
SLIST_ENTRY (ir_learn_list_t) next
------------------------------^
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]
SLIST_ENTRY (ir_learn_list_t) next
------------^
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 28]
SLIST_ENTRY (ir_learn_list_t) next
----------------------------^
If declarator-id:
Invalid C++ declaration: Expecting "(" in parameters-and-qualifiers. [error at 28]
SLIST_ENTRY (ir_learn_list_t) next
----------------------------^