forked from espressif/esp-iot-solution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsphinx-known-warnings.txt
124 lines (117 loc) · 5.74 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
OpenAI.inc:line: WARNING: Error in declarator
If declarator-id with parameters-and-qualifiers:
Invalid C++ declaration: Expected identifier in nested name. [error at 4]
void(* delete )(struct OpenAI_EmbeddingResponse *embeddingData)
----^
If parenthesis in noptr-declarator:
Error in declarator or parameters-and-qualifiers
If pointer to member declarator:
Invalid C++ declaration: Expected identifier in nested name, got keyword: delete [error at 13]
void(* delete )(struct OpenAI_EmbeddingResponse *embeddingData)
-------------^
If declarator-id:
Invalid C++ declaration: Expected identifier in nested name, got keyword: delete [error at 13]
void(* delete )(struct OpenAI_EmbeddingResponse *embeddingData)
-------------^
OpenAI.inc:line: WARNING: Error in declarator
If declarator-id with parameters-and-qualifiers:
Invalid C++ declaration: Expected identifier in nested name. [error at 4]
void(* delete )(struct OpenAI_ModerationResponse *moderationResponse)
----^
If parenthesis in noptr-declarator:
Error in declarator or parameters-and-qualifiers
If pointer to member declarator:
Invalid C++ declaration: Expected identifier in nested name, got keyword: delete [error at 13]
void(* delete )(struct OpenAI_ModerationResponse *moderationResponse)
-------------^
If declarator-id:
Invalid C++ declaration: Expected identifier in nested name, got keyword: delete [error at 13]
void(* delete )(struct OpenAI_ModerationResponse *moderationResponse)
-------------^
OpenAI.inc:line: WARNING: Error in declarator
If declarator-id with parameters-and-qualifiers:
Invalid C++ declaration: Expected identifier in nested name. [error at 4]
void(* delete )(struct OpenAI_ImageResponse *imageResponse)
----^
If parenthesis in noptr-declarator:
Error in declarator or parameters-and-qualifiers
If pointer to member declarator:
Invalid C++ declaration: Expected identifier in nested name, got keyword: delete [error at 13]
void(* delete )(struct OpenAI_ImageResponse *imageResponse)
-------------^
If declarator-id:
Invalid C++ declaration: Expected identifier in nested name, got keyword: delete [error at 13]
void(* delete )(struct OpenAI_ImageResponse *imageResponse)
-------------^
OpenAI.inc:line: WARNING: Error in declarator
If declarator-id with parameters-and-qualifiers:
Invalid C++ declaration: Expected identifier in nested name. [error at 4]
void(* delete )(struct OpenAI_StringResponse *stringResponse)
----^
If parenthesis in noptr-declarator:
Error in declarator or parameters-and-qualifiers
If pointer to member declarator:
Invalid C++ declaration: Expected identifier in nested name, got keyword: delete [error at 13]
void(* delete )(struct OpenAI_StringResponse *stringResponse)
-------------^
If declarator-id:
Invalid C++ declaration: Expected identifier in nested name, got keyword: delete [error at 13]
void(* delete )(struct OpenAI_StringResponse *stringResponse)
-------------^
OpenAI.inc:line: WARNING: Error in declarator
If declarator-id with parameters-and-qualifiers:
Invalid C++ declaration: Expected identifier in nested name. [error at 4]
void(* delete )(struct OpenAI_SpeechResponse *SpeechResponse)
----^
If parenthesis in noptr-declarator:
Error in declarator or parameters-and-qualifiers
If pointer to member declarator:
Invalid C++ declaration: Expected identifier in nested name, got keyword: delete [error at 13]
void(* delete )(struct OpenAI_SpeechResponse *SpeechResponse)
-------------^
If declarator-id:
Invalid C++ declaration: Expected identifier in nested name, got keyword: delete [error at 13]
void(* delete )(struct OpenAI_SpeechResponse *SpeechResponse)
-------------^
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
----------------------------^