Advertisement
GregLeblanc

Untitled

Apr 27th, 2022
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.89 KB | None | 0 0
  1. [leblanc@alphatross-development alphatross]$ make
  2. cc -o alphatross -Wno-deprecated-declarations -Wno-pointer-to-int-cast -g alphatross.c -I. -I /usr/include -I/usr/X11R6/LessTif/Motif1.2/include -L/usr/X11R6/lib -L/usr/lib/X11 -lXm -lXt -lX11 -lm
  3. In file included from alphatross.c:78:0:
  4. ./oual.h:63:1: warning: useless storage class specifier in empty declaration [enabled by default]
  5. };
  6. ^
  7. alphatross.c: In function ‘TimeOutCB’:
  8. alphatross.c:3838:58: warning: assignment makes integer from pointer without a cast [enabled by default]
  9. if ((device_file = fopen("tandem.s.AL_ProbeCurrent", "w")) != NULL)
  10. ^
  11. alphatross.c:3838:100: warning: comparison between pointer and integer [enabled by default]
  12. if ((device_file = fopen("tandem.s.AL_ProbeCurrent", "w")) != NULL)
  13. ^
  14. alphatross.c:3840:49: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  15. fprintf(device_file, "%f\n", ProbeCurrent);
  16. ^
  17. In file included from alphatross.c:67:0:
  18. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  19. extern int fprintf (FILE *__restrict __stream,
  20. ^
  21. alphatross.c:3841:49: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  22. fclose(device_file);
  23. ^
  24. In file included from alphatross.c:67:0:
  25. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  26. extern int fclose (FILE *__stream);
  27. ^
  28. alphatross.c:3851:57: warning: incompatible implicit declaration of built-in function ‘exp10’ [enabled by default]
  29. IGValue = 1.0 * exp10((atof(command) - 10.0));
  30. ^
  31. alphatross.c:3853:58: warning: assignment makes integer from pointer without a cast [enabled by default]
  32. if ((device_file = fopen("tandem.s.AL_IGValue", "w")) != NULL)
  33. ^
  34. alphatross.c:3853:95: warning: comparison between pointer and integer [enabled by default]
  35. if ((device_file = fopen("tandem.s.AL_IGValue", "w")) != NULL)
  36. ^
  37. alphatross.c:3855:49: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  38. fprintf(device_file, "%e\n", IGValue);
  39. ^
  40. In file included from alphatross.c:67:0:
  41. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  42. extern int fprintf (FILE *__restrict __stream,
  43. ^
  44. alphatross.c:3856:49: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  45. fclose(device_file);
  46. ^
  47. In file included from alphatross.c:67:0:
  48. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  49. extern int fclose (FILE *__stream);
  50. ^
  51. alphatross.c:3867:58: warning: assignment makes integer from pointer without a cast [enabled by default]
  52. if ((device_file = fopen("tandem.s.AL_ExtCurrent", "w")) != NULL)
  53. ^
  54. alphatross.c:3867:98: warning: comparison between pointer and integer [enabled by default]
  55. if ((device_file = fopen("tandem.s.AL_ExtCurrent", "w")) != NULL)
  56. ^
  57. alphatross.c:3869:49: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  58. fprintf(device_file, "%f\n", ExtCurrent);
  59. ^
  60. In file included from alphatross.c:67:0:
  61. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  62. extern int fprintf (FILE *__restrict __stream,
  63. ^
  64. alphatross.c:3870:49: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  65. fclose(device_file);
  66. ^
  67. In file included from alphatross.c:67:0:
  68. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  69. extern int fclose (FILE *__stream);
  70. ^
  71. alphatross.c:3881:58: warning: assignment makes integer from pointer without a cast [enabled by default]
  72. if ((device_file = fopen("tandem.s.AL_FocCurrent", "w")) != NULL)
  73. ^
  74. alphatross.c:3881:98: warning: comparison between pointer and integer [enabled by default]
  75. if ((device_file = fopen("tandem.s.AL_FocCurrent", "w")) != NULL)
  76. ^
  77. alphatross.c:3883:49: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  78. fprintf(device_file, "%f\n", FocCurrent);
  79. ^
  80. In file included from alphatross.c:67:0:
  81. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  82. extern int fprintf (FILE *__restrict __stream,
  83. ^
  84. alphatross.c:3884:49: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  85. fclose(device_file);
  86. ^
  87. In file included from alphatross.c:67:0:
  88. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  89. extern int fclose (FILE *__stream);
  90. ^
  91. alphatross.c:3895:58: warning: assignment makes integer from pointer without a cast [enabled by default]
  92. if ((device_file = fopen("tandem.s.AL_OvenTR", "w")) != NULL)
  93. ^
  94. alphatross.c:3895:94: warning: comparison between pointer and integer [enabled by default]
  95. if ((device_file = fopen("tandem.s.AL_OvenTR", "w")) != NULL)
  96. ^
  97. alphatross.c:3897:49: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  98. fprintf(device_file, "%f\n", OvenTR);
  99. ^
  100. In file included from alphatross.c:67:0:
  101. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  102. extern int fprintf (FILE *__restrict __stream,
  103. ^
  104. alphatross.c:3898:49: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  105. fclose(device_file);
  106. ^
  107. In file included from alphatross.c:67:0:
  108. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  109. extern int fclose (FILE *__stream);
  110. ^
  111. alphatross.c:3909:58: warning: assignment makes integer from pointer without a cast [enabled by default]
  112. if ((device_file = fopen("tandem.s.AL_ChamberTR", "w")) != NULL)
  113. ^
  114. alphatross.c:3909:97: warning: comparison between pointer and integer [enabled by default]
  115. if ((device_file = fopen("tandem.s.AL_ChamberTR", "w")) != NULL)
  116. ^
  117. alphatross.c:3911:49: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  118. fprintf(device_file, "%f\n", ChamberTR);
  119. ^
  120. In file included from alphatross.c:67:0:
  121. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  122. extern int fprintf (FILE *__restrict __stream,
  123. ^
  124. alphatross.c:3912:49: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  125. fclose(device_file);
  126. ^
  127. In file included from alphatross.c:67:0:
  128. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  129. extern int fclose (FILE *__stream);
  130. ^
  131. alphatross.c:3941:58: warning: assignment makes integer from pointer without a cast [enabled by default]
  132. if ((device_file = fopen("tandem.s.AL_BiasCurrent", "w")) != NULL)
  133. ^
  134. alphatross.c:3941:99: warning: comparison between pointer and integer [enabled by default]
  135. if ((device_file = fopen("tandem.s.AL_BiasCurrent", "w")) != NULL)
  136. ^
  137. alphatross.c:3943:49: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  138. fprintf(device_file, "%f\n", BiasCurrent);
  139. ^
  140. In file included from alphatross.c:67:0:
  141. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  142. extern int fprintf (FILE *__restrict __stream,
  143. ^
  144. alphatross.c:3944:49: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  145. fclose(device_file);
  146. ^
  147. In file included from alphatross.c:67:0:
  148. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  149. extern int fclose (FILE *__stream);
  150. ^
  151. alphatross.c:3955:58: warning: assignment makes integer from pointer without a cast [enabled by default]
  152. if ((device_file = fopen("tandem.s.AL_LensCurrent", "w")) != NULL)
  153. ^
  154. alphatross.c:3955:99: warning: comparison between pointer and integer [enabled by default]
  155. if ((device_file = fopen("tandem.s.AL_LensCurrent", "w")) != NULL)
  156. ^
  157. alphatross.c:3957:49: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  158. fprintf(device_file, "%f\n", LensCurrent);
  159. ^
  160. In file included from alphatross.c:67:0:
  161. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  162. extern int fprintf (FILE *__restrict __stream,
  163. ^
  164. alphatross.c:3958:49: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  165. fclose(device_file);
  166. ^
  167. In file included from alphatross.c:67:0:
  168. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  169. extern int fclose (FILE *__stream);
  170. ^
  171. alphatross.c:3961:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  172. if ((device_file = fopen("tandem.s.AL_ExtractorVoltage", "w")) != NULL)
  173. ^
  174. alphatross.c:3961:96: warning: comparison between pointer and integer [enabled by default]
  175. if ((device_file = fopen("tandem.s.AL_ExtractorVoltage", "w")) != NULL)
  176. ^
  177. alphatross.c:3963:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  178. fprintf(device_file, "%f\n", window_dvalue[0]);
  179. ^
  180. In file included from alphatross.c:67:0:
  181. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  182. extern int fprintf (FILE *__restrict __stream,
  183. ^
  184. alphatross.c:3964:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  185. fclose(device_file);
  186. ^
  187. In file included from alphatross.c:67:0:
  188. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  189. extern int fclose (FILE *__stream);
  190. ^
  191. alphatross.c:3966:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  192. if ((device_file = fopen("tandem.s.AL_FocusVoltage", "w")) != NULL)
  193. ^
  194. alphatross.c:3966:92: warning: comparison between pointer and integer [enabled by default]
  195. if ((device_file = fopen("tandem.s.AL_FocusVoltage", "w")) != NULL)
  196. ^
  197. alphatross.c:3968:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  198. fprintf(device_file, "%f\n", window_dvalue[1]);
  199. ^
  200. In file included from alphatross.c:67:0:
  201. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  202. extern int fprintf (FILE *__restrict __stream,
  203. ^
  204. alphatross.c:3969:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  205. fclose(device_file);
  206. ^
  207. In file included from alphatross.c:67:0:
  208. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  209. extern int fclose (FILE *__stream);
  210. ^
  211. alphatross.c:3971:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  212. if ((device_file = fopen("tandem.s.AL_ProbeVoltage", "w")) != NULL)
  213. ^
  214. alphatross.c:3971:92: warning: comparison between pointer and integer [enabled by default]
  215. if ((device_file = fopen("tandem.s.AL_ProbeVoltage", "w")) != NULL)
  216. ^
  217. alphatross.c:3973:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  218. fprintf(device_file, "%f\n", window_dvalue[2]);
  219. ^
  220. In file included from alphatross.c:67:0:
  221. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  222. extern int fprintf (FILE *__restrict __stream,
  223. ^
  224. alphatross.c:3974:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  225. fclose(device_file);
  226. ^
  227. In file included from alphatross.c:67:0:
  228. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  229. extern int fclose (FILE *__stream);
  230. ^
  231. alphatross.c:3976:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  232. if ((device_file = fopen("tandem.s.AL_MagnetCurrent", "w")) != NULL)
  233. ^
  234. alphatross.c:3976:93: warning: comparison between pointer and integer [enabled by default]
  235. if ((device_file = fopen("tandem.s.AL_MagnetCurrent", "w")) != NULL)
  236. ^
  237. alphatross.c:3978:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  238. fprintf(device_file, "%f\n", window_dvalue[3]);
  239. ^
  240. In file included from alphatross.c:67:0:
  241. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  242. extern int fprintf (FILE *__restrict __stream,
  243. ^
  244. alphatross.c:3979:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  245. fclose(device_file);
  246. ^
  247. In file included from alphatross.c:67:0:
  248. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  249. extern int fclose (FILE *__stream);
  250. ^
  251. alphatross.c:3981:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  252. if ((device_file = fopen("tandem.s.AL_OvenVoltage", "w")) != NULL)
  253. ^
  254. alphatross.c:3981:91: warning: comparison between pointer and integer [enabled by default]
  255. if ((device_file = fopen("tandem.s.AL_OvenVoltage", "w")) != NULL)
  256. ^
  257. alphatross.c:3983:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  258. fprintf(device_file, "%f\n", window_dvalue[4]);
  259. ^
  260. In file included from alphatross.c:67:0:
  261. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  262. extern int fprintf (FILE *__restrict __stream,
  263. ^
  264. alphatross.c:3984:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  265. fclose(device_file);
  266. ^
  267. In file included from alphatross.c:67:0:
  268. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  269. extern int fclose (FILE *__stream);
  270. ^
  271. alphatross.c:3986:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  272. if ((device_file = fopen("tandem.s.AL_MFHe3", "w")) != NULL)
  273. ^
  274. alphatross.c:3986:85: warning: comparison between pointer and integer [enabled by default]
  275. if ((device_file = fopen("tandem.s.AL_MFHe3", "w")) != NULL)
  276. ^
  277. alphatross.c:3988:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  278. fprintf(device_file, "%f\n", window_dvalue[5]);
  279. ^
  280. In file included from alphatross.c:67:0:
  281. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  282. extern int fprintf (FILE *__restrict __stream,
  283. ^
  284. alphatross.c:3989:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  285. fclose(device_file);
  286. ^
  287. In file included from alphatross.c:67:0:
  288. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  289. extern int fclose (FILE *__stream);
  290. ^
  291. alphatross.c:3991:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  292. if ((device_file = fopen("tandem.s.AL_MFHe4", "w")) != NULL)
  293. ^
  294. alphatross.c:3991:85: warning: comparison between pointer and integer [enabled by default]
  295. if ((device_file = fopen("tandem.s.AL_MFHe4", "w")) != NULL)
  296. ^
  297. alphatross.c:3993:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  298. fprintf(device_file, "%f\n", window_dvalue[6]);
  299. ^
  300. In file included from alphatross.c:67:0:
  301. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  302. extern int fprintf (FILE *__restrict __stream,
  303. ^
  304. alphatross.c:3994:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  305. fclose(device_file);
  306. ^
  307. In file included from alphatross.c:67:0:
  308. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  309. extern int fclose (FILE *__stream);
  310. ^
  311. alphatross.c:3996:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  312. if ((device_file = fopen("tandem.s.AL_BiasVoltage", "w")) != NULL)
  313. ^
  314. alphatross.c:3996:91: warning: comparison between pointer and integer [enabled by default]
  315. if ((device_file = fopen("tandem.s.AL_BiasVoltage", "w")) != NULL)
  316. ^
  317. alphatross.c:3998:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  318. fprintf(device_file, "%f\n", window_dvalue[7]);
  319. ^
  320. In file included from alphatross.c:67:0:
  321. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  322. extern int fprintf (FILE *__restrict __stream,
  323. ^
  324. alphatross.c:3999:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  325. fclose(device_file);
  326. ^
  327. In file included from alphatross.c:67:0:
  328. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  329. extern int fclose (FILE *__stream);
  330. ^
  331. alphatross.c:4001:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  332. if ((device_file = fopen("tandem.s.AL_LensVoltage", "w")) != NULL)
  333. ^
  334. alphatross.c:4001:91: warning: comparison between pointer and integer [enabled by default]
  335. if ((device_file = fopen("tandem.s.AL_LensVoltage", "w")) != NULL)
  336. ^
  337. alphatross.c:4003:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  338. fprintf(device_file, "%f\n", window_dvalue[8]);
  339. ^
  340. In file included from alphatross.c:67:0:
  341. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  342. extern int fprintf (FILE *__restrict __stream,
  343. ^
  344. alphatross.c:4004:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  345. fclose(device_file);
  346. ^
  347. In file included from alphatross.c:67:0:
  348. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  349. extern int fclose (FILE *__stream);
  350. ^
  351. alphatross.c:4006:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  352. if ((device_file = fopen("tandem.s.AL_Steerer+Voltage", "w")) != NULL)
  353. ^
  354. alphatross.c:4006:95: warning: comparison between pointer and integer [enabled by default]
  355. if ((device_file = fopen("tandem.s.AL_Steerer+Voltage", "w")) != NULL)
  356. ^
  357. alphatross.c:4008:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  358. fprintf(device_file, "%f\n", window_dvalue[9]);
  359. ^
  360. In file included from alphatross.c:67:0:
  361. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  362. extern int fprintf (FILE *__restrict __stream,
  363. ^
  364. alphatross.c:4009:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  365. fclose(device_file);
  366. ^
  367. In file included from alphatross.c:67:0:
  368. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  369. extern int fclose (FILE *__stream);
  370. ^
  371. alphatross.c:4011:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  372. if ((device_file = fopen("tandem.s.AL_Steerer-Voltage", "w")) != NULL)
  373. ^
  374. alphatross.c:4011:95: warning: comparison between pointer and integer [enabled by default]
  375. if ((device_file = fopen("tandem.s.AL_Steerer-Voltage", "w")) != NULL)
  376. ^
  377. alphatross.c:4013:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  378. fprintf(device_file, "%f\n", window_dvalue[10]);
  379. ^
  380. In file included from alphatross.c:67:0:
  381. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  382. extern int fprintf (FILE *__restrict __stream,
  383. ^
  384. alphatross.c:4014:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  385. fclose(device_file);
  386. ^
  387. In file included from alphatross.c:67:0:
  388. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  389. extern int fclose (FILE *__stream);
  390. ^
  391. alphatross.c:4073:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  392. if ((device_file = fopen("tandem.s.AL_ProbeCurrent", "w")) != NULL)
  393. ^
  394. alphatross.c:4073:92: warning: comparison between pointer and integer [enabled by default]
  395. if ((device_file = fopen("tandem.s.AL_ProbeCurrent", "w")) != NULL)
  396. ^
  397. alphatross.c:4075:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  398. fprintf(device_file, "%f\n", ProbeCurrent);
  399. ^
  400. In file included from alphatross.c:67:0:
  401. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  402. extern int fprintf (FILE *__restrict __stream,
  403. ^
  404. alphatross.c:4076:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  405. fclose(device_file);
  406. ^
  407. In file included from alphatross.c:67:0:
  408. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  409. extern int fclose (FILE *__stream);
  410. ^
  411. alphatross.c:4085:49: warning: incompatible implicit declaration of built-in function ‘exp10’ [enabled by default]
  412. IGValue = 1.0 * exp10((atof(command) - 10.0));
  413. ^
  414. alphatross.c:4087:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  415. if ((device_file = fopen("tandem.s.AL_IGValue", "w")) != NULL)
  416. ^
  417. alphatross.c:4087:87: warning: comparison between pointer and integer [enabled by default]
  418. if ((device_file = fopen("tandem.s.AL_IGValue", "w")) != NULL)
  419. ^
  420. alphatross.c:4089:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  421. fprintf(device_file, "%e\n", IGValue);
  422. ^
  423. In file included from alphatross.c:67:0:
  424. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  425. extern int fprintf (FILE *__restrict __stream,
  426. ^
  427. alphatross.c:4090:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  428. fclose(device_file);
  429. ^
  430. In file included from alphatross.c:67:0:
  431. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  432. extern int fclose (FILE *__stream);
  433. ^
  434. alphatross.c:4101:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  435. if ((device_file = fopen("tandem.s.AL_ExtCurrent", "w")) != NULL)
  436. ^
  437. alphatross.c:4101:90: warning: comparison between pointer and integer [enabled by default]
  438. if ((device_file = fopen("tandem.s.AL_ExtCurrent", "w")) != NULL)
  439. ^
  440. alphatross.c:4103:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  441. fprintf(device_file, "%f\n", ExtCurrent);
  442. ^
  443. In file included from alphatross.c:67:0:
  444. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  445. extern int fprintf (FILE *__restrict __stream,
  446. ^
  447. alphatross.c:4104:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  448. fclose(device_file);
  449. ^
  450. In file included from alphatross.c:67:0:
  451. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  452. extern int fclose (FILE *__stream);
  453. ^
  454. alphatross.c:4115:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  455. if ((device_file = fopen("tandem.s.AL_FocCurrent", "w")) != NULL)
  456. ^
  457. alphatross.c:4115:90: warning: comparison between pointer and integer [enabled by default]
  458. if ((device_file = fopen("tandem.s.AL_FocCurrent", "w")) != NULL)
  459. ^
  460. alphatross.c:4117:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  461. fprintf(device_file, "%f\n", FocCurrent);
  462. ^
  463. In file included from alphatross.c:67:0:
  464. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  465. extern int fprintf (FILE *__restrict __stream,
  466. ^
  467. alphatross.c:4118:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  468. fclose(device_file);
  469. ^
  470. In file included from alphatross.c:67:0:
  471. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  472. extern int fclose (FILE *__stream);
  473. ^
  474. alphatross.c:4129:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  475. if ((device_file = fopen("tandem.s.AL_OvenTR", "w")) != NULL)
  476. ^
  477. alphatross.c:4129:86: warning: comparison between pointer and integer [enabled by default]
  478. if ((device_file = fopen("tandem.s.AL_OvenTR", "w")) != NULL)
  479. ^
  480. alphatross.c:4131:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  481. fprintf(device_file, "%f\n", OvenTR);
  482. ^
  483. In file included from alphatross.c:67:0:
  484. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  485. extern int fprintf (FILE *__restrict __stream,
  486. ^
  487. alphatross.c:4132:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  488. fclose(device_file);
  489. ^
  490. In file included from alphatross.c:67:0:
  491. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  492. extern int fclose (FILE *__stream);
  493. ^
  494. alphatross.c:4143:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  495. if ((device_file = fopen("tandem.s.AL_ChamberTR", "w")) != NULL)
  496. ^
  497. alphatross.c:4143:89: warning: comparison between pointer and integer [enabled by default]
  498. if ((device_file = fopen("tandem.s.AL_ChamberTR", "w")) != NULL)
  499. ^
  500. alphatross.c:4145:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  501. fprintf(device_file, "%f\n", ChamberTR);
  502. ^
  503. In file included from alphatross.c:67:0:
  504. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  505. extern int fprintf (FILE *__restrict __stream,
  506. ^
  507. alphatross.c:4146:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  508. fclose(device_file);
  509. ^
  510. In file included from alphatross.c:67:0:
  511. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  512. extern int fclose (FILE *__stream);
  513. ^
  514. alphatross.c:4175:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  515. if ((device_file = fopen("tandem.s.AL_BiasCurrent", "w")) != NULL)
  516. ^
  517. alphatross.c:4175:91: warning: comparison between pointer and integer [enabled by default]
  518. if ((device_file = fopen("tandem.s.AL_BiasCurrent", "w")) != NULL)
  519. ^
  520. alphatross.c:4177:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  521. fprintf(device_file, "%f\n", BiasCurrent);
  522. ^
  523. In file included from alphatross.c:67:0:
  524. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  525. extern int fprintf (FILE *__restrict __stream,
  526. ^
  527. alphatross.c:4178:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  528. fclose(device_file);
  529. ^
  530. In file included from alphatross.c:67:0:
  531. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  532. extern int fclose (FILE *__stream);
  533. ^
  534. alphatross.c:4189:50: warning: assignment makes integer from pointer without a cast [enabled by default]
  535. if ((device_file = fopen("tandem.s.AL_LensCurrent", "w")) != NULL)
  536. ^
  537. alphatross.c:4189:91: warning: comparison between pointer and integer [enabled by default]
  538. if ((device_file = fopen("tandem.s.AL_LensCurrent", "w")) != NULL)
  539. ^
  540. alphatross.c:4191:41: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  541. fprintf(device_file, "%f\n", LensCurrent);
  542. ^
  543. In file included from alphatross.c:67:0:
  544. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  545. extern int fprintf (FILE *__restrict __stream,
  546. ^
  547. alphatross.c:4192:41: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  548. fclose(device_file);
  549. ^
  550. In file included from alphatross.c:67:0:
  551. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  552. extern int fclose (FILE *__stream);
  553. ^
  554. alphatross.c:4196:34: warning: assignment makes integer from pointer without a cast [enabled by default]
  555. if ((device_file = fopen("tandem.s.AL_ExtractorVoltage", "w")) != NULL)
  556. ^
  557. alphatross.c:4196:80: warning: comparison between pointer and integer [enabled by default]
  558. if ((device_file = fopen("tandem.s.AL_ExtractorVoltage", "w")) != NULL)
  559. ^
  560. alphatross.c:4198:25: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  561. fprintf(device_file, "%f\n", window_dvalue[0]);
  562. ^
  563. In file included from alphatross.c:67:0:
  564. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  565. extern int fprintf (FILE *__restrict __stream,
  566. ^
  567. alphatross.c:4199:25: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  568. fclose(device_file);
  569. ^
  570. In file included from alphatross.c:67:0:
  571. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  572. extern int fclose (FILE *__stream);
  573. ^
  574. alphatross.c:4201:34: warning: assignment makes integer from pointer without a cast [enabled by default]
  575. if ((device_file = fopen("tandem.s.AL_FocusVoltage", "w")) != NULL)
  576. ^
  577. alphatross.c:4201:76: warning: comparison between pointer and integer [enabled by default]
  578. if ((device_file = fopen("tandem.s.AL_FocusVoltage", "w")) != NULL)
  579. ^
  580. alphatross.c:4203:25: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  581. fprintf(device_file, "%f\n", window_dvalue[1]);
  582. ^
  583. In file included from alphatross.c:67:0:
  584. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  585. extern int fprintf (FILE *__restrict __stream,
  586. ^
  587. alphatross.c:4204:25: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  588. fclose(device_file);
  589. ^
  590. In file included from alphatross.c:67:0:
  591. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  592. extern int fclose (FILE *__stream);
  593. ^
  594. alphatross.c:4206:34: warning: assignment makes integer from pointer without a cast [enabled by default]
  595. if ((device_file = fopen("tandem.s.AL_ProbeVoltage", "w")) != NULL)
  596. ^
  597. alphatross.c:4206:76: warning: comparison between pointer and integer [enabled by default]
  598. if ((device_file = fopen("tandem.s.AL_ProbeVoltage", "w")) != NULL)
  599. ^
  600. alphatross.c:4208:25: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  601. fprintf(device_file, "%f\n", window_dvalue[2]);
  602. ^
  603. In file included from alphatross.c:67:0:
  604. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  605. extern int fprintf (FILE *__restrict __stream,
  606. ^
  607. alphatross.c:4209:25: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  608. fclose(device_file);
  609. ^
  610. In file included from alphatross.c:67:0:
  611. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  612. extern int fclose (FILE *__stream);
  613. ^
  614. alphatross.c:4211:34: warning: assignment makes integer from pointer without a cast [enabled by default]
  615. if ((device_file = fopen("tandem.s.AL_MagnetCurrent", "w")) != NULL)
  616. ^
  617. alphatross.c:4211:77: warning: comparison between pointer and integer [enabled by default]
  618. if ((device_file = fopen("tandem.s.AL_MagnetCurrent", "w")) != NULL)
  619. ^
  620. alphatross.c:4213:25: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  621. fprintf(device_file, "%f\n", window_dvalue[3]);
  622. ^
  623. In file included from alphatross.c:67:0:
  624. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  625. extern int fprintf (FILE *__restrict __stream,
  626. ^
  627. alphatross.c:4214:25: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  628. fclose(device_file);
  629. ^
  630. In file included from alphatross.c:67:0:
  631. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  632. extern int fclose (FILE *__stream);
  633. ^
  634. alphatross.c:4216:34: warning: assignment makes integer from pointer without a cast [enabled by default]
  635. if ((device_file = fopen("tandem.s.AL_OvenVoltage", "w")) != NULL)
  636. ^
  637. alphatross.c:4216:75: warning: comparison between pointer and integer [enabled by default]
  638. if ((device_file = fopen("tandem.s.AL_OvenVoltage", "w")) != NULL)
  639. ^
  640. alphatross.c:4218:25: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  641. fprintf(device_file, "%f\n", window_dvalue[4]);
  642. ^
  643. In file included from alphatross.c:67:0:
  644. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  645. extern int fprintf (FILE *__restrict __stream,
  646. ^
  647. alphatross.c:4219:25: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  648. fclose(device_file);
  649. ^
  650. In file included from alphatross.c:67:0:
  651. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  652. extern int fclose (FILE *__stream);
  653. ^
  654. alphatross.c:4221:34: warning: assignment makes integer from pointer without a cast [enabled by default]
  655. if ((device_file = fopen("tandem.s.AL_MFHe3", "w")) != NULL)
  656. ^
  657. alphatross.c:4221:69: warning: comparison between pointer and integer [enabled by default]
  658. if ((device_file = fopen("tandem.s.AL_MFHe3", "w")) != NULL)
  659. ^
  660. alphatross.c:4223:25: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  661. fprintf(device_file, "%f\n", window_dvalue[5]);
  662. ^
  663. In file included from alphatross.c:67:0:
  664. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  665. extern int fprintf (FILE *__restrict __stream,
  666. ^
  667. alphatross.c:4224:25: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  668. fclose(device_file);
  669. ^
  670. In file included from alphatross.c:67:0:
  671. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  672. extern int fclose (FILE *__stream);
  673. ^
  674. alphatross.c:4226:34: warning: assignment makes integer from pointer without a cast [enabled by default]
  675. if ((device_file = fopen("tandem.s.AL_MFHe4", "w")) != NULL)
  676. ^
  677. alphatross.c:4226:69: warning: comparison between pointer and integer [enabled by default]
  678. if ((device_file = fopen("tandem.s.AL_MFHe4", "w")) != NULL)
  679. ^
  680. alphatross.c:4228:25: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  681. fprintf(device_file, "%f\n", window_dvalue[6]);
  682. ^
  683. In file included from alphatross.c:67:0:
  684. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  685. extern int fprintf (FILE *__restrict __stream,
  686. ^
  687. alphatross.c:4229:25: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  688. fclose(device_file);
  689. ^
  690. In file included from alphatross.c:67:0:
  691. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  692. extern int fclose (FILE *__stream);
  693. ^
  694. alphatross.c:4231:34: warning: assignment makes integer from pointer without a cast [enabled by default]
  695. if ((device_file = fopen("tandem.s.AL_BiasVoltage", "w")) != NULL)
  696. ^
  697. alphatross.c:4231:75: warning: comparison between pointer and integer [enabled by default]
  698. if ((device_file = fopen("tandem.s.AL_BiasVoltage", "w")) != NULL)
  699. ^
  700. alphatross.c:4233:25: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  701. fprintf(device_file, "%f\n", window_dvalue[7]);
  702. ^
  703. In file included from alphatross.c:67:0:
  704. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  705. extern int fprintf (FILE *__restrict __stream,
  706. ^
  707. alphatross.c:4234:25: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  708. fclose(device_file);
  709. ^
  710. In file included from alphatross.c:67:0:
  711. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  712. extern int fclose (FILE *__stream);
  713. ^
  714. alphatross.c:4236:34: warning: assignment makes integer from pointer without a cast [enabled by default]
  715. if ((device_file = fopen("tandem.s.AL_LensVoltage", "w")) != NULL)
  716. ^
  717. alphatross.c:4236:75: warning: comparison between pointer and integer [enabled by default]
  718. if ((device_file = fopen("tandem.s.AL_LensVoltage", "w")) != NULL)
  719. ^
  720. alphatross.c:4238:25: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  721. fprintf(device_file, "%f\n", window_dvalue[8]);
  722. ^
  723. In file included from alphatross.c:67:0:
  724. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  725. extern int fprintf (FILE *__restrict __stream,
  726. ^
  727. alphatross.c:4239:25: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  728. fclose(device_file);
  729. ^
  730. In file included from alphatross.c:67:0:
  731. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  732. extern int fclose (FILE *__stream);
  733. ^
  734. alphatross.c:4241:34: warning: assignment makes integer from pointer without a cast [enabled by default]
  735. if ((device_file = fopen("tandem.s.AL_Steerer+Voltage", "w")) != NULL)
  736. ^
  737. alphatross.c:4241:79: warning: comparison between pointer and integer [enabled by default]
  738. if ((device_file = fopen("tandem.s.AL_Steerer+Voltage", "w")) != NULL)
  739. ^
  740. alphatross.c:4243:25: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  741. fprintf(device_file, "%f\n", window_dvalue[9]);
  742. ^
  743. In file included from alphatross.c:67:0:
  744. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  745. extern int fprintf (FILE *__restrict __stream,
  746. ^
  747. alphatross.c:4244:25: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  748. fclose(device_file);
  749. ^
  750. In file included from alphatross.c:67:0:
  751. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  752. extern int fclose (FILE *__stream);
  753. ^
  754. alphatross.c:4246:34: warning: assignment makes integer from pointer without a cast [enabled by default]
  755. if ((device_file = fopen("tandem.s.AL_Steerer-Voltage", "w")) != NULL)
  756. ^
  757. alphatross.c:4246:79: warning: comparison between pointer and integer [enabled by default]
  758. if ((device_file = fopen("tandem.s.AL_Steerer-Voltage", "w")) != NULL)
  759. ^
  760. alphatross.c:4248:25: warning: passing argument 1 of ‘fprintf’ makes pointer from integer without a cast [enabled by default]
  761. fprintf(device_file, "%f\n", window_dvalue[10]);
  762. ^
  763. In file included from alphatross.c:67:0:
  764. /usr/include/stdio.h:356:12: note: expected ‘struct FILE * __restrict__’ but argument is of type ‘int’
  765. extern int fprintf (FILE *__restrict __stream,
  766. ^
  767. alphatross.c:4249:25: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [enabled by default]
  768. fclose(device_file);
  769. ^
  770. In file included from alphatross.c:67:0:
  771. /usr/include/stdio.h:237:12: note: expected ‘struct FILE *’ but argument is of type ‘int’
  772. extern int fclose (FILE *__stream);
  773. ^
  774. alphatross.c:4780:9: warning: passing argument 3 of ‘XtAppAddTimeOut’ from incompatible pointer type [enabled by default]
  775. XtAppAddTimeOut(XtWidgetToApplicationContext(client_data), time, TimeOutCB, (XtPointer) client_data);
  776. ^
  777. In file included from /usr/include/Xm/Xm.h:59:0,
  778. from /usr/include/Xm/DrawingA.h:32,
  779. from alphatross.c:83:
  780. /usr/include/X11/Intrinsic.h:978:21: note: expected ‘XtTimerCallbackProc’ but argument is of type ‘void (*)(struct _WidgetRec *, XtIntervalId *)’
  781. extern XtIntervalId XtAppAddTimeOut(
  782. ^
  783. #cc -o alphatross -w -g alphatross.c -I. -I /usr/include -I/usr/X11R6/LessTif/Motif1.2/include -L/usr/X11R6/lib -L/usr/lib/X11 -lXm -lXt -lX11 -lm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement