blob: f76af648c85cda42cf3d56ce3c4d93f59d509773 (
plain)
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
|
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(367,5): warning MSB8004: Intermediate Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Intermediate Directory.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(368,5): warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
pthread.c
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\ptw32_throw.c(179): warning C4273: “ptw32_get_exception_services_code”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1285): note: 参见“ptw32_get_exception_services_code”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_init.c(67): warning C4273: “pthread_attr_init”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(891): note: 参见“pthread_attr_init”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_destroy.c(65): warning C4273: “pthread_attr_destroy”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(893): note: 参见“pthread_attr_destroy”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_getdetachstate.c(78): warning C4273: “pthread_attr_getdetachstate”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(895): note: 参见“pthread_attr_getdetachstate”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_setdetachstate.c(77): warning C4273: “pthread_attr_setdetachstate”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(904): note: 参见“pthread_attr_setdetachstate”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_getstackaddr.c(81): warning C4273: “pthread_attr_getstackaddr”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(898): note: 参见“pthread_attr_getstackaddr”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_setstackaddr.c(81): warning C4273: “pthread_attr_setstackaddr”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(907): note: 参见“pthread_attr_setstackaddr”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_getstacksize.c(82): warning C4273: “pthread_attr_getstacksize”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(901): note: 参见“pthread_attr_getstacksize”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_setstacksize.c(82): warning C4273: “pthread_attr_setstacksize”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(910): note: 参见“pthread_attr_setstacksize”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_getscope.c(47): warning C4273: “pthread_attr_getscope”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(934): note: 参见“pthread_attr_getscope”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_setscope.c(47): warning C4273: “pthread_attr_setscope”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(931): note: 参见“pthread_attr_setscope”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_barrier_init.c(44): warning C4273: “pthread_barrier_init”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1065): note: 参见“pthread_barrier_init”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_barrier_destroy.c(42): warning C4273: “pthread_barrier_destroy”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1069): note: 参见“pthread_barrier_destroy”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_barrier_wait.c(43): warning C4273: “pthread_barrier_wait”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1071): note: 参见“pthread_barrier_wait”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_barrierattr_init.c(67): warning C4273: “pthread_barrierattr_init”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1019): note: 参见“pthread_barrierattr_init”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_barrierattr_destroy.c(67): warning C4273: “pthread_barrierattr_destroy”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1021): note: 参见“pthread_barrierattr_destroy”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_barrierattr_getpshared.c(81): warning C4273: “pthread_barrierattr_getpshared”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1023): note: 参见“pthread_barrierattr_getpshared”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_barrierattr_setpshared.c(83): warning C4273: “pthread_barrierattr_setpshared”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1027): note: 参见“pthread_barrierattr_setpshared”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_setcancelstate.c(81): warning C4273: “pthread_setcancelstate”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(959): note: 参见“pthread_setcancelstate”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_setcanceltype.c(81): warning C4273: “pthread_setcanceltype”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(962): note: 参见“pthread_setcanceltype”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_testcancel.c(70): warning C4273: “pthread_testcancel”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(965): note: 参见“pthread_testcancel”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_cancel.c(97): warning C4273: “pthread_cancel”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(957): note: 参见“pthread_cancel”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\cleanup.c(75): warning C4273: “ptw32_pop_cleanup”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(971): note: 参见“ptw32_pop_cleanup”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\cleanup.c(140): warning C4273: “ptw32_push_cleanup”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(973): note: 参见“ptw32_push_cleanup”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_condattr_init.c(72): warning C4273: “pthread_condattr_init”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1076): note: 参见“pthread_condattr_init”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_condattr_destroy.c(69): warning C4273: “pthread_condattr_destroy”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1078): note: 参见“pthread_condattr_destroy”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_condattr_getpshared.c(82): warning C4273: “pthread_condattr_getpshared”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1080): note: 参见“pthread_condattr_getpshared”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_condattr_setpshared.c(84): warning C4273: “pthread_condattr_setpshared”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1083): note: 参见“pthread_condattr_setpshared”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_cond_init.c(70): warning C4273: “pthread_cond_init”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1089): note: 参见“pthread_cond_init”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_cond_destroy.c(115): warning C4273: “pthread_cond_destroy”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1092): note: 参见“pthread_cond_destroy”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_cond_wait.c(502): warning C4273: “pthread_cond_wait”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1094): note: 参见“pthread_cond_wait”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_cond_wait.c(559): warning C4273: “pthread_cond_timedwait”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1097): note: 参见“pthread_cond_timedwait”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_cond_signal.c(186): warning C4273: “pthread_cond_signal”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1101): note: 参见“pthread_cond_signal”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_cond_signal.c(225): warning C4273: “pthread_cond_broadcast”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1103): note: 参见“pthread_cond_broadcast”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\create.c(85): warning C4273: “pthread_create”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(940): note: 参见“pthread_create”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_exit.c(67): warning C4273: “pthread_exit”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(950): note: 参见“pthread_exit”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_kill.c(77): warning C4273: “pthread_kill”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1160): note: 参见“pthread_kill”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_once.c(42): warning C4273: “pthread_once”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(967): note: 参见“pthread_once”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_self.c(61): warning C4273: “pthread_self”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(955): note: 参见“pthread_self”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_equal.c(65): warning C4273: “pthread_equal”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(947): note: 参见“pthread_equal”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_setconcurrency.c(43): warning C4273: “pthread_setconcurrency”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1116): note: 参见“pthread_setconcurrency”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_getconcurrency.c(43): warning C4273: “pthread_getconcurrency”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1118): note: 参见“pthread_getconcurrency”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\w32_CancelableWait.c(153): warning C4273: “pthreadCancelableWait”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1238): note: 参见“pthreadCancelableWait”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\w32_CancelableWait.c(159): warning C4273: “pthreadCancelableTimedWait”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1239): note: 参见“pthreadCancelableTimedWait”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutex_init.c(43): warning C4273: “pthread_mutex_init”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1033): note: 参见“pthread_mutex_init”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutex_destroy.c(43): warning C4273: “pthread_mutex_destroy”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1036): note: 参见“pthread_mutex_destroy”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutexattr_init.c(67): warning C4273: “pthread_mutexattr_init”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(995): note: 参见“pthread_mutexattr_init”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutexattr_destroy.c(67): warning C4273: “pthread_mutexattr_destroy”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(997): note: 参见“pthread_mutexattr_destroy”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutexattr_getpshared.c(80): warning C4273: “pthread_mutexattr_getpshared”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(999): note: 参见“pthread_mutexattr_getpshared”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutexattr_setpshared.c(83): warning C4273: “pthread_mutexattr_setpshared”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1003): note: 参见“pthread_mutexattr_setpshared”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutexattr_settype.c(120): warning C4273: “pthread_mutexattr_settype”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1006): note: 参见“pthread_mutexattr_settype”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutexattr_gettype.c(43): warning C4273: “pthread_mutexattr_gettype”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1007): note: 参见“pthread_mutexattr_gettype”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutexattr_setrobust.c(103): warning C4273: “pthread_mutexattr_setrobust”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1009): note: 参见“pthread_mutexattr_setrobust”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutexattr_getrobust.c(103): warning C4273: “pthread_mutexattr_getrobust”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1012): note: 参见“pthread_mutexattr_getrobust”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutex_lock.c(45): warning C4273: “pthread_mutex_lock”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1038): note: 参见“pthread_mutex_lock”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutex_timedlock.c(111): warning C4273: “pthread_mutex_timedlock”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1040): note: 参见“pthread_mutex_timedlock”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutex_unlock.c(43): warning C4273: “pthread_mutex_unlock”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1045): note: 参见“pthread_mutex_unlock”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutex_trylock.c(43): warning C4273: “pthread_mutex_trylock”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1043): note: 参见“pthread_mutex_trylock”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutex_consistent.c : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutex_consistent.c(167): warning C4273: “pthread_mutex_consistent”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1047): note: 参见“pthread_mutex_consistent”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutexattr_setkind_np.c(42): warning C4273: “pthread_mutexattr_setkind_np”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1169): note: 参见“pthread_mutexattr_setkind_np”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_mutexattr_getkind_np.c(42): warning C4273: “pthread_mutexattr_getkind_np”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1171): note: 参见“pthread_mutexattr_getkind_np”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_getw32threadhandle_np.c(51): warning C4273: “pthread_getw32threadhandle_np”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1216): note: 参见“pthread_getw32threadhandle_np”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_getw32threadhandle_np.c(63): warning C4273: “pthread_getw32threadid_np”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1220): note: 参见“pthread_getw32threadid_np”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_getunique_np.c(45): warning C4273: “pthread_getunique_np”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1179): note: 参见“pthread_getunique_np”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_delay_np.c(83): warning C4273: “pthread_delay_np”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1177): note: 参见“pthread_delay_np”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_num_processors_np.c(47): warning C4273: “pthread_num_processors_np”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1178): note: 参见“pthread_num_processors_np”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_win32_attach_detach_np.c(47): warning C4273: “pthread_win32_process_attach_np”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1185): note: 参见“pthread_win32_process_attach_np”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_win32_attach_detach_np.c(144): warning C4273: “pthread_win32_process_detach_np”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1186): note: 参见“pthread_win32_process_detach_np”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_win32_attach_detach_np.c(193): warning C4273: “pthread_win32_thread_attach_np”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1187): note: 参见“pthread_win32_thread_attach_np”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_win32_attach_detach_np.c(199): warning C4273: “pthread_win32_thread_detach_np”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1188): note: 参见“pthread_win32_thread_detach_np”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_win32_attach_detach_np.c(254): warning C4273: “pthread_win32_test_features_np”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1193): note: 参见“pthread_win32_test_features_np”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_timechange_handler_np.c(90): warning C4273: “pthread_timechange_handler_np”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1207): note: 参见“pthread_timechange_handler_np”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_rwlock_init.c(45): warning C4273: “pthread_rwlock_init”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1123): note: 参见“pthread_rwlock_init”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_rwlock_destroy.c(44): warning C4273: “pthread_rwlock_destroy”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1126): note: 参见“pthread_rwlock_destroy”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_rwlockattr_init.c(65): warning C4273: “pthread_rwlockattr_init”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1144): note: 参见“pthread_rwlockattr_init”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_rwlockattr_destroy.c(68): warning C4273: “pthread_rwlockattr_destroy”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1146): note: 参见“pthread_rwlockattr_destroy”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_rwlockattr_getpshared.c(82): warning C4273: “pthread_rwlockattr_getpshared”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1148): note: 参见“pthread_rwlockattr_getpshared”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_rwlockattr_setpshared.c(84): warning C4273: “pthread_rwlockattr_setpshared”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1151): note: 参见“pthread_rwlockattr_setpshared”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_rwlock_rdlock.c(44): warning C4273: “pthread_rwlock_rdlock”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1132): note: 参见“pthread_rwlock_rdlock”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_rwlock_timedrdlock.c(45): warning C4273: “pthread_rwlock_timedrdlock”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1134): note: 参见“pthread_rwlock_timedrdlock”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_rwlock_wrlock.c(44): warning C4273: “pthread_rwlock_wrlock”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1137): note: 参见“pthread_rwlock_wrlock”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_rwlock_timedwrlock.c(45): warning C4273: “pthread_rwlock_timedwrlock”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1139): note: 参见“pthread_rwlock_timedwrlock”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_rwlock_unlock.c(44): warning C4273: “pthread_rwlock_unlock”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1142): note: 参见“pthread_rwlock_unlock”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_rwlock_tryrdlock.c(44): warning C4273: “pthread_rwlock_tryrdlock”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1128): note: 参见“pthread_rwlock_tryrdlock”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_rwlock_trywrlock.c(44): warning C4273: “pthread_rwlock_trywrlock”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1130): note: 参见“pthread_rwlock_trywrlock”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_setschedpolicy.c(43): warning C4273: “pthread_attr_setschedpolicy”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(919): note: 参见“pthread_attr_setschedpolicy”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_getschedpolicy.c(43): warning C4273: “pthread_attr_getschedpolicy”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(922): note: 参见“pthread_attr_getschedpolicy”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_setschedparam.c(44): warning C4273: “pthread_attr_setschedparam”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(916): note: 参见“pthread_attr_setschedparam”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_getschedparam.c(44): warning C4273: “pthread_attr_getschedparam”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(913): note: 参见“pthread_attr_getschedparam”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_setinheritsched.c(43): warning C4273: “pthread_attr_setinheritsched”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(925): note: 参见“pthread_attr_setinheritsched”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_attr_getinheritsched.c(43): warning C4273: “pthread_attr_getinheritsched”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(928): note: 参见“pthread_attr_getinheritsched”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_setschedparam.c(44): warning C4273: “pthread_setschedparam”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1108): note: 参见“pthread_setschedparam”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_getschedparam.c(44): warning C4273: “pthread_getschedparam”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1112): note: 参见“pthread_getschedparam”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sched_get_priority_max.c(120): warning C4273: “sched_get_priority_max”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sched.h(155): note: 参见“sched_get_priority_max”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sched_get_priority_min.c(121): warning C4273: “sched_get_priority_min”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sched.h(153): note: 参见“sched_get_priority_min”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sched_setscheduler.c(43): warning C4273: “sched_setscheduler”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sched.h(157): note: 参见“sched_setscheduler”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sched_getscheduler.c(43): warning C4273: “sched_getscheduler”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sched.h(159): note: 参见“sched_getscheduler”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sched_yield.c(67): warning C4273: “sched_yield”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sched.h(151): note: 参见“sched_yield”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sem_init.c(84): warning C4273: “sem_init”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\semaphore.h(132): note: 参见“sem_init”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sem_destroy.c(74): warning C4273: “sem_destroy”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\semaphore.h(136): note: 参见“sem_destroy”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sem_trywait.c(78): warning C4273: “sem_trywait”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\semaphore.h(138): note: 参见“sem_trywait”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sem_wait.c(112): warning C4273: “sem_wait”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\semaphore.h(140): note: 参见“sem_wait”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sem_timedwait.c(136): warning C4273: “sem_timedwait”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\semaphore.h(142): note: 参见“sem_timedwait”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sem_post.c(75): warning C4273: “sem_post”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\semaphore.h(145): note: 参见“sem_post”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sem_post_multiple.c(78): warning C4273: “sem_post_multiple”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\semaphore.h(147): note: 参见“sem_post_multiple”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sem_getvalue.c(79): warning C4273: “sem_getvalue”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\semaphore.h(159): note: 参见“sem_getvalue”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sem_open.c(55): warning C4273: “sem_open”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\semaphore.h(150): note: 参见“sem_open”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sem_close.c(55): warning C4273: “sem_close”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\semaphore.h(155): note: 参见“sem_close”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\sem_unlink.c(55): warning C4273: “sem_unlink”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\semaphore.h(157): note: 参见“sem_unlink”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_spin_init.c(43): warning C4273: “pthread_spin_init”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1052): note: 参见“pthread_spin_init”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_spin_destroy.c(43): warning C4273: “pthread_spin_destroy”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1054): note: 参见“pthread_spin_destroy”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_spin_lock.c(43): warning C4273: “pthread_spin_lock”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1056): note: 参见“pthread_spin_lock”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_spin_unlock.c(43): warning C4273: “pthread_spin_unlock”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1060): note: 参见“pthread_spin_unlock”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_spin_trylock.c(43): warning C4273: “pthread_spin_trylock”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(1058): note: 参见“pthread_spin_trylock”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_detach.c(76): warning C4273: “pthread_detach”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(945): note: 参见“pthread_detach”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_join.c(84): warning C4273: “pthread_join”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(952): note: 参见“pthread_join”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_key_create.c(77): warning C4273: “pthread_key_create”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(981): note: 参见“pthread_key_create”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_key_delete.c(68): warning C4273: “pthread_key_delete”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(984): note: 参见“pthread_key_delete”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_setspecific.c(67): warning C4273: “pthread_setspecific”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(986): note: 参见“pthread_setspecific”的前一个定义
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread_getspecific.c(65): warning C4273: “pthread_getspecific”: dll 链接不一致
d:\documents\visualstudio2015\projects\retrorpg\3rdparty\pthreads\pthread.h(989): note: 参见“pthread_getspecific”的前一个定义
LINK : warning LNK4044: 无法识别的选项“/FS”;已忽略
正在创建库 D:\Documents\VisualStudio2015\Projects\retroRPG\build\VS2015\..\..\bin\pthreads.lib 和对象 D:\Documents\VisualStudio2015\Projects\retroRPG\build\VS2015\..\..\bin\pthreads.exp
正在生成代码
All 164 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
已完成代码的生成
pthreads.vcxproj -> D:\Documents\VisualStudio2015\Projects\retroRPG\build\VS2015\..\..\bin\pthreads.dll
pthreads.vcxproj -> D:\Documents\VisualStudio2015\Projects\retroRPG\build\VS2015\..\..\bin\pthreads.pdb (Full PDB)
|