Advertisement
Guest User

Arduino repetier

a guest
Jun 3rd, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.49 KB | None | 0 0
  1. Arduino: 1.6.9 (Windows 7), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
  2.  
  3. In file included from sketch\Configuration.h:41:0,
  4.  
  5. from sketch\Repetier.h:179,
  6.  
  7. from sketch\Commands.cpp:22:
  8.  
  9. sketch\pins.h:2403:58: warning: "/*" within comment [-Wcomment]
  10.  
  11. #define TEMP_0_PIN 14 // ANALOG NUMBERING ////***Extuder1
  12.  
  13. ^
  14.  
  15. sketch\pins.h:2404:58: warning: "/*" within comment [-Wcomment]
  16.  
  17. #define TEMP_1_PIN 15 // ANALOG NUMBERING ////***Bed
  18.  
  19. ^
  20.  
  21. sketch\pins.h:2405:58: warning: "/*" within comment [-Wcomment]
  22.  
  23. #define TEMP_2_PIN 13 // ANALOG NUMBERING ////***Extuder2
  24.  
  25. ^
  26.  
  27. sketch\pins.h:2407:58: warning: "/*" within comment [-Wcomment]
  28.  
  29. #define TEMP_3_PIN 12 // ANALOG NUMBERING ////***Extuder3
  30.  
  31. ^
  32.  
  33. In file included from sketch\Repetier.h:179:0,
  34.  
  35. from sketch\Commands.cpp:22:
  36.  
  37. sketch\Configuration.h:46:0: warning: "FAN_BOARD_PIN" redefined [enabled by default]
  38.  
  39. #define FAN_BOARD_PIN 11
  40.  
  41. ^
  42.  
  43. In file included from sketch\Configuration.h:41:0,
  44.  
  45. from sketch\Repetier.h:179,
  46.  
  47. from sketch\Commands.cpp:22:
  48.  
  49. sketch\pins.h:2512:0: note: this is the location of the previous definition
  50.  
  51. #define FAN_BOARD_PIN -1
  52.  
  53. ^
  54.  
  55. In file included from sketch\Repetier.h:179:0,
  56.  
  57. from sketch\Commands.cpp:22:
  58.  
  59. sketch\Configuration.h:372:0: warning: "SDCARDDETECT" redefined [enabled by default]
  60.  
  61. #define SDCARDDETECT -1
  62.  
  63. ^
  64.  
  65. In file included from sketch\Configuration.h:41:0,
  66.  
  67. from sketch\Repetier.h:179,
  68.  
  69. from sketch\Commands.cpp:22:
  70.  
  71. sketch\pins.h:2579:0: note: this is the location of the previous definition
  72.  
  73. #define SDCARDDETECT ORIG_SDCARDDETECT
  74.  
  75. ^
  76.  
  77. In file included from sketch\ui.h:242:0,
  78.  
  79. from sketch\Repetier.h:422,
  80.  
  81. from sketch\Commands.cpp:22:
  82.  
  83. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  84.  
  85. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  86.  
  87. ^
  88.  
  89. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  90.  
  91. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  92.  
  93. ^
  94.  
  95. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  96.  
  97. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  98.  
  99. ^
  100.  
  101. In file included from sketch\Repetier.h:422:0,
  102.  
  103. from sketch\Commands.cpp:22:
  104.  
  105. sketch\ui.h:1686:8: warning: extra tokens at end of #endif directive [enabled by default]
  106.  
  107. #endif CONTROLLER_LCD_MP_PHARAOH_DUE
  108.  
  109. ^
  110.  
  111. In file included from sketch\ui.h:1705:0,
  112.  
  113. from sketch\Repetier.h:422,
  114.  
  115. from sketch\Commands.cpp:22:
  116.  
  117. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  118.  
  119. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  120.  
  121. ^
  122.  
  123. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  124.  
  125. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  126.  
  127. ^
  128.  
  129. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  130.  
  131. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  132.  
  133. ^
  134.  
  135. In file included from sketch\Commands.cpp:22:0:
  136.  
  137. sketch\Repetier.h:428:12: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  138.  
  139. #error "You cannot use DISPLAY_D5_PIN, DISPLAY_D6_PIN or DISPLAY_D7_PIN for "User Keys" with character LCD display"
  140.  
  141. ^
  142.  
  143. In file included from sketch\Repetier.h:422:0,
  144.  
  145. from sketch\Commands.cpp:22:
  146.  
  147. sketch\ui.h:259:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace [enabled by default]
  148.  
  149. typedef struct UIMenu_struct {
  150.  
  151. ^
  152.  
  153. In file included from sketch\Repetier.h:422:0,
  154.  
  155. from sketch\Commands.cpp:22:
  156.  
  157. sketch\ui.h:1773:13: warning: unused parameter 'action' [-Wunused-parameter]
  158.  
  159. static void ui_check_Ukeys(int &action) {
  160.  
  161. ^
  162.  
  163. In file included from sketch\Repetier.h:556:0,
  164.  
  165. from sketch\Commands.cpp:22:
  166.  
  167. sketch\motion.h:449:17: warning: unused parameter 'v' [-Wunused-parameter]
  168.  
  169. inline void updateAdvanceSteps(speed_t v, uint8_t max_loops, bool accelerate)
  170.  
  171. ^
  172.  
  173. sketch\motion.h:449:17: warning: unused parameter 'max_loops' [-Wunused-parameter]
  174.  
  175. sketch\motion.h:449:17: warning: unused parameter 'accelerate' [-Wunused-parameter]
  176.  
  177. In file included from sketch\Repetier.h:422:0,
  178.  
  179. from sketch\Commands.cpp:22:
  180.  
  181. sketch\ui.h:1773:13: warning: 'void ui_check_Ukeys(int&)' defined but not used [-Wunused-function]
  182.  
  183. static void ui_check_Ukeys(int &action) {
  184.  
  185. ^
  186.  
  187. In file included from sketch\Configuration.h:41:0,
  188.  
  189. from sketch\Repetier.h:179,
  190.  
  191. from sketch\Communication.cpp:22:
  192.  
  193. sketch\pins.h:2403:58: warning: "/*" within comment [-Wcomment]
  194.  
  195. #define TEMP_0_PIN 14 // ANALOG NUMBERING ////***Extuder1
  196.  
  197. ^
  198.  
  199. sketch\pins.h:2404:58: warning: "/*" within comment [-Wcomment]
  200.  
  201. #define TEMP_1_PIN 15 // ANALOG NUMBERING ////***Bed
  202.  
  203. ^
  204.  
  205. sketch\pins.h:2405:58: warning: "/*" within comment [-Wcomment]
  206.  
  207. #define TEMP_2_PIN 13 // ANALOG NUMBERING ////***Extuder2
  208.  
  209. ^
  210.  
  211. sketch\pins.h:2407:58: warning: "/*" within comment [-Wcomment]
  212.  
  213. #define TEMP_3_PIN 12 // ANALOG NUMBERING ////***Extuder3
  214.  
  215. ^
  216.  
  217. In file included from sketch\Repetier.h:179:0,
  218.  
  219. from sketch\Communication.cpp:22:
  220.  
  221. sketch\Configuration.h:46:0: warning: "FAN_BOARD_PIN" redefined [enabled by default]
  222.  
  223. #define FAN_BOARD_PIN 11
  224.  
  225. ^
  226.  
  227. In file included from sketch\Configuration.h:41:0,
  228.  
  229. from sketch\Repetier.h:179,
  230.  
  231. from sketch\Communication.cpp:22:
  232.  
  233. sketch\pins.h:2512:0: note: this is the location of the previous definition
  234.  
  235. #define FAN_BOARD_PIN -1
  236.  
  237. ^
  238.  
  239. In file included from sketch\Repetier.h:179:0,
  240.  
  241. from sketch\Communication.cpp:22:
  242.  
  243. sketch\Configuration.h:372:0: warning: "SDCARDDETECT" redefined [enabled by default]
  244.  
  245. #define SDCARDDETECT -1
  246.  
  247. ^
  248.  
  249. In file included from sketch\Configuration.h:41:0,
  250.  
  251. from sketch\Repetier.h:179,
  252.  
  253. from sketch\Communication.cpp:22:
  254.  
  255. sketch\pins.h:2579:0: note: this is the location of the previous definition
  256.  
  257. #define SDCARDDETECT ORIG_SDCARDDETECT
  258.  
  259. ^
  260.  
  261. In file included from sketch\ui.h:242:0,
  262.  
  263. from sketch\Repetier.h:422,
  264.  
  265. from sketch\Communication.cpp:22:
  266.  
  267. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  268.  
  269. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  270.  
  271. ^
  272.  
  273. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  274.  
  275. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  276.  
  277. ^
  278.  
  279. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  280.  
  281. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  282.  
  283. ^
  284.  
  285. In file included from sketch\Repetier.h:422:0,
  286.  
  287. from sketch\Communication.cpp:22:
  288.  
  289. sketch\ui.h:1686:8: warning: extra tokens at end of #endif directive [enabled by default]
  290.  
  291. #endif CONTROLLER_LCD_MP_PHARAOH_DUE
  292.  
  293. ^
  294.  
  295. In file included from sketch\ui.h:1705:0,
  296.  
  297. from sketch\Repetier.h:422,
  298.  
  299. from sketch\Communication.cpp:22:
  300.  
  301. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  302.  
  303. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  304.  
  305. ^
  306.  
  307. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  308.  
  309. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  310.  
  311. ^
  312.  
  313. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  314.  
  315. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  316.  
  317. ^
  318.  
  319. In file included from sketch\Communication.cpp:22:0:
  320.  
  321. sketch\Repetier.h:428:12: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  322.  
  323. #error "You cannot use DISPLAY_D5_PIN, DISPLAY_D6_PIN or DISPLAY_D7_PIN for "User Keys" with character LCD display"
  324.  
  325. ^
  326.  
  327. In file included from sketch\Repetier.h:422:0,
  328.  
  329. from sketch\Communication.cpp:22:
  330.  
  331. sketch\ui.h:259:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace [enabled by default]
  332.  
  333. typedef struct UIMenu_struct {
  334.  
  335. ^
  336.  
  337. In file included from sketch\Repetier.h:422:0,
  338.  
  339. from sketch\Communication.cpp:22:
  340.  
  341. sketch\ui.h:1773:13: warning: unused parameter 'action' [-Wunused-parameter]
  342.  
  343. static void ui_check_Ukeys(int &action) {
  344.  
  345. ^
  346.  
  347. In file included from sketch\Repetier.h:556:0,
  348.  
  349. from sketch\Communication.cpp:22:
  350.  
  351. sketch\motion.h:449:17: warning: unused parameter 'v' [-Wunused-parameter]
  352.  
  353. inline void updateAdvanceSteps(speed_t v, uint8_t max_loops, bool accelerate)
  354.  
  355. ^
  356.  
  357. sketch\motion.h:449:17: warning: unused parameter 'max_loops' [-Wunused-parameter]
  358.  
  359. sketch\motion.h:449:17: warning: unused parameter 'accelerate' [-Wunused-parameter]
  360.  
  361. In file included from sketch\Repetier.h:422:0,
  362.  
  363. from sketch\Communication.cpp:22:
  364.  
  365. sketch\ui.h:1773:13: warning: 'void ui_check_Ukeys(int&)' defined but not used [-Wunused-function]
  366.  
  367. static void ui_check_Ukeys(int &action) {
  368.  
  369. ^
  370.  
  371. In file included from sketch\Configuration.h:41:0,
  372.  
  373. from sketch\Repetier.h:179,
  374.  
  375. from sketch\Drivers.cpp:1:
  376.  
  377. sketch\pins.h:2403:58: warning: "/*" within comment [-Wcomment]
  378.  
  379. #define TEMP_0_PIN 14 // ANALOG NUMBERING ////***Extuder1
  380.  
  381. ^
  382.  
  383. sketch\pins.h:2404:58: warning: "/*" within comment [-Wcomment]
  384.  
  385. #define TEMP_1_PIN 15 // ANALOG NUMBERING ////***Bed
  386.  
  387. ^
  388.  
  389. sketch\pins.h:2405:58: warning: "/*" within comment [-Wcomment]
  390.  
  391. #define TEMP_2_PIN 13 // ANALOG NUMBERING ////***Extuder2
  392.  
  393. ^
  394.  
  395. sketch\pins.h:2407:58: warning: "/*" within comment [-Wcomment]
  396.  
  397. #define TEMP_3_PIN 12 // ANALOG NUMBERING ////***Extuder3
  398.  
  399. ^
  400.  
  401. In file included from sketch\Repetier.h:179:0,
  402.  
  403. from sketch\Drivers.cpp:1:
  404.  
  405. sketch\Configuration.h:46:0: warning: "FAN_BOARD_PIN" redefined [enabled by default]
  406.  
  407. #define FAN_BOARD_PIN 11
  408.  
  409. ^
  410.  
  411. In file included from sketch\Configuration.h:41:0,
  412.  
  413. from sketch\Repetier.h:179,
  414.  
  415. from sketch\Drivers.cpp:1:
  416.  
  417. sketch\pins.h:2512:0: note: this is the location of the previous definition
  418.  
  419. #define FAN_BOARD_PIN -1
  420.  
  421. ^
  422.  
  423. In file included from sketch\Repetier.h:179:0,
  424.  
  425. from sketch\Drivers.cpp:1:
  426.  
  427. sketch\Configuration.h:372:0: warning: "SDCARDDETECT" redefined [enabled by default]
  428.  
  429. #define SDCARDDETECT -1
  430.  
  431. ^
  432.  
  433. In file included from sketch\Configuration.h:41:0,
  434.  
  435. from sketch\Repetier.h:179,
  436.  
  437. from sketch\Drivers.cpp:1:
  438.  
  439. sketch\pins.h:2579:0: note: this is the location of the previous definition
  440.  
  441. #define SDCARDDETECT ORIG_SDCARDDETECT
  442.  
  443. ^
  444.  
  445. In file included from sketch\ui.h:242:0,
  446.  
  447. from sketch\Repetier.h:422,
  448.  
  449. from sketch\Drivers.cpp:1:
  450.  
  451. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  452.  
  453. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  454.  
  455. ^
  456.  
  457. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  458.  
  459. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  460.  
  461. ^
  462.  
  463. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  464.  
  465. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  466.  
  467. ^
  468.  
  469. In file included from sketch\Repetier.h:422:0,
  470.  
  471. from sketch\Drivers.cpp:1:
  472.  
  473. sketch\ui.h:1686:8: warning: extra tokens at end of #endif directive [enabled by default]
  474.  
  475. #endif CONTROLLER_LCD_MP_PHARAOH_DUE
  476.  
  477. ^
  478.  
  479. In file included from sketch\ui.h:1705:0,
  480.  
  481. from sketch\Repetier.h:422,
  482.  
  483. from sketch\Drivers.cpp:1:
  484.  
  485. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  486.  
  487. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  488.  
  489. ^
  490.  
  491. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  492.  
  493. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  494.  
  495. ^
  496.  
  497. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  498.  
  499. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  500.  
  501. ^
  502.  
  503. In file included from sketch\Drivers.cpp:1:0:
  504.  
  505. sketch\Repetier.h:428:12: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  506.  
  507. #error "You cannot use DISPLAY_D5_PIN, DISPLAY_D6_PIN or DISPLAY_D7_PIN for "User Keys" with character LCD display"
  508.  
  509. ^
  510.  
  511. In file included from sketch\Repetier.h:422:0,
  512.  
  513. from sketch\Drivers.cpp:1:
  514.  
  515. sketch\ui.h:259:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace [enabled by default]
  516.  
  517. typedef struct UIMenu_struct {
  518.  
  519. ^
  520.  
  521. In file included from sketch\Repetier.h:422:0,
  522.  
  523. from sketch\Drivers.cpp:1:
  524.  
  525. sketch\ui.h:1773:13: warning: unused parameter 'action' [-Wunused-parameter]
  526.  
  527. static void ui_check_Ukeys(int &action) {
  528.  
  529. ^
  530.  
  531. In file included from sketch\Repetier.h:556:0,
  532.  
  533. from sketch\Drivers.cpp:1:
  534.  
  535. sketch\motion.h:449:17: warning: unused parameter 'v' [-Wunused-parameter]
  536.  
  537. inline void updateAdvanceSteps(speed_t v, uint8_t max_loops, bool accelerate)
  538.  
  539. ^
  540.  
  541. sketch\motion.h:449:17: warning: unused parameter 'max_loops' [-Wunused-parameter]
  542.  
  543. sketch\motion.h:449:17: warning: unused parameter 'accelerate' [-Wunused-parameter]
  544.  
  545. In file included from sketch\Repetier.h:422:0,
  546.  
  547. from sketch\Drivers.cpp:1:
  548.  
  549. sketch\ui.h:1773:13: warning: 'void ui_check_Ukeys(int&)' defined but not used [-Wunused-function]
  550.  
  551. static void ui_check_Ukeys(int &action) {
  552.  
  553. ^
  554.  
  555. In file included from sketch\Configuration.h:41:0,
  556.  
  557. from sketch\Repetier.h:179,
  558.  
  559. from sketch\Eeprom.cpp:24:
  560.  
  561. sketch\pins.h:2403:58: warning: "/*" within comment [-Wcomment]
  562.  
  563. #define TEMP_0_PIN 14 // ANALOG NUMBERING ////***Extuder1
  564.  
  565. ^
  566.  
  567. sketch\pins.h:2404:58: warning: "/*" within comment [-Wcomment]
  568.  
  569. #define TEMP_1_PIN 15 // ANALOG NUMBERING ////***Bed
  570.  
  571. ^
  572.  
  573. sketch\pins.h:2405:58: warning: "/*" within comment [-Wcomment]
  574.  
  575. #define TEMP_2_PIN 13 // ANALOG NUMBERING ////***Extuder2
  576.  
  577. ^
  578.  
  579. sketch\pins.h:2407:58: warning: "/*" within comment [-Wcomment]
  580.  
  581. #define TEMP_3_PIN 12 // ANALOG NUMBERING ////***Extuder3
  582.  
  583. ^
  584.  
  585. In file included from sketch\Repetier.h:179:0,
  586.  
  587. from sketch\Eeprom.cpp:24:
  588.  
  589. sketch\Configuration.h:46:0: warning: "FAN_BOARD_PIN" redefined [enabled by default]
  590.  
  591. #define FAN_BOARD_PIN 11
  592.  
  593. ^
  594.  
  595. In file included from sketch\Configuration.h:41:0,
  596.  
  597. from sketch\Repetier.h:179,
  598.  
  599. from sketch\Eeprom.cpp:24:
  600.  
  601. sketch\pins.h:2512:0: note: this is the location of the previous definition
  602.  
  603. #define FAN_BOARD_PIN -1
  604.  
  605. ^
  606.  
  607. In file included from sketch\Repetier.h:179:0,
  608.  
  609. from sketch\Eeprom.cpp:24:
  610.  
  611. sketch\Configuration.h:372:0: warning: "SDCARDDETECT" redefined [enabled by default]
  612.  
  613. #define SDCARDDETECT -1
  614.  
  615. ^
  616.  
  617. In file included from sketch\Configuration.h:41:0,
  618.  
  619. from sketch\Repetier.h:179,
  620.  
  621. from sketch\Eeprom.cpp:24:
  622.  
  623. sketch\pins.h:2579:0: note: this is the location of the previous definition
  624.  
  625. #define SDCARDDETECT ORIG_SDCARDDETECT
  626.  
  627. ^
  628.  
  629. In file included from sketch\ui.h:242:0,
  630.  
  631. from sketch\Repetier.h:422,
  632.  
  633. from sketch\Eeprom.cpp:24:
  634.  
  635. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  636.  
  637. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  638.  
  639. ^
  640.  
  641. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  642.  
  643. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  644.  
  645. ^
  646.  
  647. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  648.  
  649. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  650.  
  651. ^
  652.  
  653. In file included from sketch\Repetier.h:422:0,
  654.  
  655. from sketch\Eeprom.cpp:24:
  656.  
  657. sketch\ui.h:1686:8: warning: extra tokens at end of #endif directive [enabled by default]
  658.  
  659. #endif CONTROLLER_LCD_MP_PHARAOH_DUE
  660.  
  661. ^
  662.  
  663. In file included from sketch\ui.h:1705:0,
  664.  
  665. from sketch\Repetier.h:422,
  666.  
  667. from sketch\Eeprom.cpp:24:
  668.  
  669. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  670.  
  671. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  672.  
  673. ^
  674.  
  675. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  676.  
  677. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  678.  
  679. ^
  680.  
  681. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  682.  
  683. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  684.  
  685. ^
  686.  
  687. In file included from sketch\Eeprom.cpp:24:0:
  688.  
  689. sketch\Repetier.h:428:12: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  690.  
  691. #error "You cannot use DISPLAY_D5_PIN, DISPLAY_D6_PIN or DISPLAY_D7_PIN for "User Keys" with character LCD display"
  692.  
  693. ^
  694.  
  695. In file included from sketch\Repetier.h:422:0,
  696.  
  697. from sketch\Eeprom.cpp:24:
  698.  
  699. sketch\ui.h:259:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace [enabled by default]
  700.  
  701. typedef struct UIMenu_struct {
  702.  
  703. ^
  704.  
  705. In file included from sketch\Repetier.h:422:0,
  706.  
  707. from sketch\Eeprom.cpp:24:
  708.  
  709. sketch\ui.h:1773:13: warning: unused parameter 'action' [-Wunused-parameter]
  710.  
  711. static void ui_check_Ukeys(int &action) {
  712.  
  713. ^
  714.  
  715. In file included from sketch\Repetier.h:556:0,
  716.  
  717. from sketch\Eeprom.cpp:24:
  718.  
  719. sketch\motion.h:449:17: warning: unused parameter 'v' [-Wunused-parameter]
  720.  
  721. inline void updateAdvanceSteps(speed_t v, uint8_t max_loops, bool accelerate)
  722.  
  723. ^
  724.  
  725. sketch\motion.h:449:17: warning: unused parameter 'max_loops' [-Wunused-parameter]
  726.  
  727. sketch\motion.h:449:17: warning: unused parameter 'accelerate' [-Wunused-parameter]
  728.  
  729. In file included from sketch\Repetier.h:422:0,
  730.  
  731. from sketch\Eeprom.cpp:24:
  732.  
  733. sketch\ui.h:1773:13: warning: 'void ui_check_Ukeys(int&)' defined but not used [-Wunused-function]
  734.  
  735. static void ui_check_Ukeys(int &action) {
  736.  
  737. ^
  738.  
  739. In file included from sketch\Configuration.h:41:0,
  740.  
  741. from sketch\Repetier.h:179,
  742.  
  743. from sketch\Extruder.cpp:22:
  744.  
  745. sketch\pins.h:2403:58: warning: "/*" within comment [-Wcomment]
  746.  
  747. #define TEMP_0_PIN 14 // ANALOG NUMBERING ////***Extuder1
  748.  
  749. ^
  750.  
  751. sketch\pins.h:2404:58: warning: "/*" within comment [-Wcomment]
  752.  
  753. #define TEMP_1_PIN 15 // ANALOG NUMBERING ////***Bed
  754.  
  755. ^
  756.  
  757. sketch\pins.h:2405:58: warning: "/*" within comment [-Wcomment]
  758.  
  759. #define TEMP_2_PIN 13 // ANALOG NUMBERING ////***Extuder2
  760.  
  761. ^
  762.  
  763. sketch\pins.h:2407:58: warning: "/*" within comment [-Wcomment]
  764.  
  765. #define TEMP_3_PIN 12 // ANALOG NUMBERING ////***Extuder3
  766.  
  767. ^
  768.  
  769. In file included from sketch\Repetier.h:179:0,
  770.  
  771. from sketch\Extruder.cpp:22:
  772.  
  773. sketch\Configuration.h:46:0: warning: "FAN_BOARD_PIN" redefined [enabled by default]
  774.  
  775. #define FAN_BOARD_PIN 11
  776.  
  777. ^
  778.  
  779. In file included from sketch\Configuration.h:41:0,
  780.  
  781. from sketch\Repetier.h:179,
  782.  
  783. from sketch\Extruder.cpp:22:
  784.  
  785. sketch\pins.h:2512:0: note: this is the location of the previous definition
  786.  
  787. #define FAN_BOARD_PIN -1
  788.  
  789. ^
  790.  
  791. In file included from sketch\Repetier.h:179:0,
  792.  
  793. from sketch\Extruder.cpp:22:
  794.  
  795. sketch\Configuration.h:372:0: warning: "SDCARDDETECT" redefined [enabled by default]
  796.  
  797. #define SDCARDDETECT -1
  798.  
  799. ^
  800.  
  801. In file included from sketch\Configuration.h:41:0,
  802.  
  803. from sketch\Repetier.h:179,
  804.  
  805. from sketch\Extruder.cpp:22:
  806.  
  807. sketch\pins.h:2579:0: note: this is the location of the previous definition
  808.  
  809. #define SDCARDDETECT ORIG_SDCARDDETECT
  810.  
  811. ^
  812.  
  813. In file included from sketch\ui.h:242:0,
  814.  
  815. from sketch\Repetier.h:422,
  816.  
  817. from sketch\Extruder.cpp:22:
  818.  
  819. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  820.  
  821. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  822.  
  823. ^
  824.  
  825. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  826.  
  827. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  828.  
  829. ^
  830.  
  831. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  832.  
  833. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  834.  
  835. ^
  836.  
  837. In file included from sketch\Repetier.h:422:0,
  838.  
  839. from sketch\Extruder.cpp:22:
  840.  
  841. sketch\ui.h:1686:8: warning: extra tokens at end of #endif directive [enabled by default]
  842.  
  843. #endif CONTROLLER_LCD_MP_PHARAOH_DUE
  844.  
  845. ^
  846.  
  847. In file included from sketch\ui.h:1705:0,
  848.  
  849. from sketch\Repetier.h:422,
  850.  
  851. from sketch\Extruder.cpp:22:
  852.  
  853. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  854.  
  855. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  856.  
  857. ^
  858.  
  859. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  860.  
  861. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  862.  
  863. ^
  864.  
  865. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  866.  
  867. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  868.  
  869. ^
  870.  
  871. In file included from sketch\Extruder.cpp:22:0:
  872.  
  873. sketch\Repetier.h:428:12: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  874.  
  875. #error "You cannot use DISPLAY_D5_PIN, DISPLAY_D6_PIN or DISPLAY_D7_PIN for "User Keys" with character LCD display"
  876.  
  877. ^
  878.  
  879. In file included from sketch\Repetier.h:422:0,
  880.  
  881. from sketch\Extruder.cpp:22:
  882.  
  883. sketch\ui.h:259:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace [enabled by default]
  884.  
  885. typedef struct UIMenu_struct {
  886.  
  887. ^
  888.  
  889. In file included from sketch\Repetier.h:422:0,
  890.  
  891. from sketch\Extruder.cpp:22:
  892.  
  893. sketch\ui.h:1773:13: warning: unused parameter 'action' [-Wunused-parameter]
  894.  
  895. static void ui_check_Ukeys(int &action) {
  896.  
  897. ^
  898.  
  899. In file included from sketch\Repetier.h:556:0,
  900.  
  901. from sketch\Extruder.cpp:22:
  902.  
  903. sketch\motion.h:449:17: warning: unused parameter 'v' [-Wunused-parameter]
  904.  
  905. inline void updateAdvanceSteps(speed_t v, uint8_t max_loops, bool accelerate)
  906.  
  907. ^
  908.  
  909. sketch\motion.h:449:17: warning: unused parameter 'max_loops' [-Wunused-parameter]
  910.  
  911. sketch\motion.h:449:17: warning: unused parameter 'accelerate' [-Wunused-parameter]
  912.  
  913. sketch\Extruder.cpp: In static member function 'static void Extruder::manageTemperatures()':
  914.  
  915. sketch\Extruder.cpp:69:10: warning: variable 'hot' set but not used [-Wunused-but-set-variable]
  916.  
  917. bool hot = false;
  918.  
  919. ^
  920.  
  921. In file included from sketch\Repetier.h:526:0,
  922.  
  923. from sketch\Extruder.cpp:22:
  924.  
  925. sketch\Extruder.h: In member function 'void TemperatureController::updateCurrentTemperature()':
  926.  
  927. sketch\Extruder.h:282:47: warning: 'newtemp' may be used uninitialized in this function [-Wmaybe-uninitialized]
  928.  
  929. #define TEMP_INT_TO_FLOAT(temp) ((float)(temp)/(float)(1<<CELSIUS_EXTRA_BITS))
  930.  
  931. ^
  932.  
  933. sketch\Extruder.cpp:1483:22: note: 'newtemp' was declared here
  934.  
  935. short newraw,newtemp;
  936.  
  937. ^
  938.  
  939. In file included from sketch\Repetier.h:526:0,
  940.  
  941. from sketch\Extruder.cpp:22:
  942.  
  943. sketch\Extruder.h:282:47: warning: 'newtemp' may be used uninitialized in this function [-Wmaybe-uninitialized]
  944.  
  945. #define TEMP_INT_TO_FLOAT(temp) ((float)(temp)/(float)(1<<CELSIUS_EXTRA_BITS))
  946.  
  947. ^
  948.  
  949. sketch\Extruder.cpp:1449:22: note: 'newtemp' was declared here
  950.  
  951. short newraw,newtemp;
  952.  
  953. ^
  954.  
  955. In file included from sketch\Repetier.h:422:0,
  956.  
  957. from sketch\Extruder.cpp:22:
  958.  
  959. sketch\ui.h: At global scope:
  960.  
  961. sketch\ui.h:1773:13: warning: 'void ui_check_Ukeys(int&)' defined but not used [-Wunused-function]
  962.  
  963. static void ui_check_Ukeys(int &action) {
  964.  
  965. ^
  966.  
  967. In file included from sketch\Configuration.h:41:0,
  968.  
  969. from sketch\Repetier.h:179,
  970.  
  971. from sketch\HAL.cpp:1:
  972.  
  973. sketch\pins.h:2403:58: warning: "/*" within comment [-Wcomment]
  974.  
  975. #define TEMP_0_PIN 14 // ANALOG NUMBERING ////***Extuder1
  976.  
  977. ^
  978.  
  979. sketch\pins.h:2404:58: warning: "/*" within comment [-Wcomment]
  980.  
  981. #define TEMP_1_PIN 15 // ANALOG NUMBERING ////***Bed
  982.  
  983. ^
  984.  
  985. sketch\pins.h:2405:58: warning: "/*" within comment [-Wcomment]
  986.  
  987. #define TEMP_2_PIN 13 // ANALOG NUMBERING ////***Extuder2
  988.  
  989. ^
  990.  
  991. sketch\pins.h:2407:58: warning: "/*" within comment [-Wcomment]
  992.  
  993. #define TEMP_3_PIN 12 // ANALOG NUMBERING ////***Extuder3
  994.  
  995. ^
  996.  
  997. In file included from sketch\Repetier.h:179:0,
  998.  
  999. from sketch\HAL.cpp:1:
  1000.  
  1001. sketch\Configuration.h:46:0: warning: "FAN_BOARD_PIN" redefined [enabled by default]
  1002.  
  1003. #define FAN_BOARD_PIN 11
  1004.  
  1005. ^
  1006.  
  1007. In file included from sketch\Configuration.h:41:0,
  1008.  
  1009. from sketch\Repetier.h:179,
  1010.  
  1011. from sketch\HAL.cpp:1:
  1012.  
  1013. sketch\pins.h:2512:0: note: this is the location of the previous definition
  1014.  
  1015. #define FAN_BOARD_PIN -1
  1016.  
  1017. ^
  1018.  
  1019. In file included from sketch\Repetier.h:179:0,
  1020.  
  1021. from sketch\HAL.cpp:1:
  1022.  
  1023. sketch\Configuration.h:372:0: warning: "SDCARDDETECT" redefined [enabled by default]
  1024.  
  1025. #define SDCARDDETECT -1
  1026.  
  1027. ^
  1028.  
  1029. In file included from sketch\Configuration.h:41:0,
  1030.  
  1031. from sketch\Repetier.h:179,
  1032.  
  1033. from sketch\HAL.cpp:1:
  1034.  
  1035. sketch\pins.h:2579:0: note: this is the location of the previous definition
  1036.  
  1037. #define SDCARDDETECT ORIG_SDCARDDETECT
  1038.  
  1039. ^
  1040.  
  1041. In file included from sketch\ui.h:242:0,
  1042.  
  1043. from sketch\Repetier.h:422,
  1044.  
  1045. from sketch\HAL.cpp:1:
  1046.  
  1047. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1048.  
  1049. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  1050.  
  1051. ^
  1052.  
  1053. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1054.  
  1055. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  1056.  
  1057. ^
  1058.  
  1059. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1060.  
  1061. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  1062.  
  1063. ^
  1064.  
  1065. In file included from sketch\Repetier.h:422:0,
  1066.  
  1067. from sketch\HAL.cpp:1:
  1068.  
  1069. sketch\ui.h:1686:8: warning: extra tokens at end of #endif directive [enabled by default]
  1070.  
  1071. #endif CONTROLLER_LCD_MP_PHARAOH_DUE
  1072.  
  1073. ^
  1074.  
  1075. In file included from sketch\ui.h:1705:0,
  1076.  
  1077. from sketch\Repetier.h:422,
  1078.  
  1079. from sketch\HAL.cpp:1:
  1080.  
  1081. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1082.  
  1083. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  1084.  
  1085. ^
  1086.  
  1087. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1088.  
  1089. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  1090.  
  1091. ^
  1092.  
  1093. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1094.  
  1095. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  1096.  
  1097. ^
  1098.  
  1099. In file included from sketch\HAL.cpp:1:0:
  1100.  
  1101. sketch\Repetier.h:428:12: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1102.  
  1103. #error "You cannot use DISPLAY_D5_PIN, DISPLAY_D6_PIN or DISPLAY_D7_PIN for "User Keys" with character LCD display"
  1104.  
  1105. ^
  1106.  
  1107. In file included from sketch\Repetier.h:422:0,
  1108.  
  1109. from sketch\HAL.cpp:1:
  1110.  
  1111. sketch\ui.h:259:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace [enabled by default]
  1112.  
  1113. typedef struct UIMenu_struct {
  1114.  
  1115. ^
  1116.  
  1117. In file included from sketch\Repetier.h:422:0,
  1118.  
  1119. from sketch\HAL.cpp:1:
  1120.  
  1121. sketch\ui.h:1773:13: warning: unused parameter 'action' [-Wunused-parameter]
  1122.  
  1123. static void ui_check_Ukeys(int &action) {
  1124.  
  1125. ^
  1126.  
  1127. In file included from sketch\Repetier.h:556:0,
  1128.  
  1129. from sketch\HAL.cpp:1:
  1130.  
  1131. sketch\motion.h:449:17: warning: unused parameter 'v' [-Wunused-parameter]
  1132.  
  1133. inline void updateAdvanceSteps(speed_t v, uint8_t max_loops, bool accelerate)
  1134.  
  1135. ^
  1136.  
  1137. sketch\motion.h:449:17: warning: unused parameter 'max_loops' [-Wunused-parameter]
  1138.  
  1139. sketch\motion.h:449:17: warning: unused parameter 'accelerate' [-Wunused-parameter]
  1140.  
  1141. sketch\HAL.cpp: In static member function 'static void HAL::analogStart()':
  1142.  
  1143. sketch\HAL.cpp:321:10: warning: variable 'dummyADCResult' set but not used [-Wunused-but-set-variable]
  1144.  
  1145. uint dummyADCResult;
  1146.  
  1147. ^
  1148.  
  1149. In file included from sketch\Repetier.h:422:0,
  1150.  
  1151. from sketch\HAL.cpp:1:
  1152.  
  1153. sketch\ui.h: At global scope:
  1154.  
  1155. sketch\ui.h:1773:13: warning: 'void ui_check_Ukeys(int&)' defined but not used [-Wunused-function]
  1156.  
  1157. static void ui_check_Ukeys(int &action) {
  1158.  
  1159. ^
  1160.  
  1161. In file included from sketch\Configuration.h:41:0,
  1162.  
  1163. from sketch\Repetier.h:179,
  1164.  
  1165. from sketch\Printer.cpp:19:
  1166.  
  1167. sketch\pins.h:2403:58: warning: "/*" within comment [-Wcomment]
  1168.  
  1169. #define TEMP_0_PIN 14 // ANALOG NUMBERING ////***Extuder1
  1170.  
  1171. ^
  1172.  
  1173. sketch\pins.h:2404:58: warning: "/*" within comment [-Wcomment]
  1174.  
  1175. #define TEMP_1_PIN 15 // ANALOG NUMBERING ////***Bed
  1176.  
  1177. ^
  1178.  
  1179. sketch\pins.h:2405:58: warning: "/*" within comment [-Wcomment]
  1180.  
  1181. #define TEMP_2_PIN 13 // ANALOG NUMBERING ////***Extuder2
  1182.  
  1183. ^
  1184.  
  1185. sketch\pins.h:2407:58: warning: "/*" within comment [-Wcomment]
  1186.  
  1187. #define TEMP_3_PIN 12 // ANALOG NUMBERING ////***Extuder3
  1188.  
  1189. ^
  1190.  
  1191. In file included from sketch\Repetier.h:179:0,
  1192.  
  1193. from sketch\Printer.cpp:19:
  1194.  
  1195. sketch\Configuration.h:46:0: warning: "FAN_BOARD_PIN" redefined [enabled by default]
  1196.  
  1197. #define FAN_BOARD_PIN 11
  1198.  
  1199. ^
  1200.  
  1201. In file included from sketch\Configuration.h:41:0,
  1202.  
  1203. from sketch\Repetier.h:179,
  1204.  
  1205. from sketch\Printer.cpp:19:
  1206.  
  1207. sketch\pins.h:2512:0: note: this is the location of the previous definition
  1208.  
  1209. #define FAN_BOARD_PIN -1
  1210.  
  1211. ^
  1212.  
  1213. In file included from sketch\Repetier.h:179:0,
  1214.  
  1215. from sketch\Printer.cpp:19:
  1216.  
  1217. sketch\Configuration.h:372:0: warning: "SDCARDDETECT" redefined [enabled by default]
  1218.  
  1219. #define SDCARDDETECT -1
  1220.  
  1221. ^
  1222.  
  1223. In file included from sketch\Configuration.h:41:0,
  1224.  
  1225. from sketch\Repetier.h:179,
  1226.  
  1227. from sketch\Printer.cpp:19:
  1228.  
  1229. sketch\pins.h:2579:0: note: this is the location of the previous definition
  1230.  
  1231. #define SDCARDDETECT ORIG_SDCARDDETECT
  1232.  
  1233. ^
  1234.  
  1235. In file included from sketch\ui.h:242:0,
  1236.  
  1237. from sketch\Repetier.h:422,
  1238.  
  1239. from sketch\Printer.cpp:19:
  1240.  
  1241. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1242.  
  1243. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  1244.  
  1245. ^
  1246.  
  1247. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1248.  
  1249. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  1250.  
  1251. ^
  1252.  
  1253. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1254.  
  1255. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  1256.  
  1257. ^
  1258.  
  1259. In file included from sketch\Repetier.h:422:0,
  1260.  
  1261. from sketch\Printer.cpp:19:
  1262.  
  1263. sketch\ui.h:1686:8: warning: extra tokens at end of #endif directive [enabled by default]
  1264.  
  1265. #endif CONTROLLER_LCD_MP_PHARAOH_DUE
  1266.  
  1267. ^
  1268.  
  1269. In file included from sketch\ui.h:1705:0,
  1270.  
  1271. from sketch\Repetier.h:422,
  1272.  
  1273. from sketch\Printer.cpp:19:
  1274.  
  1275. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1276.  
  1277. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  1278.  
  1279. ^
  1280.  
  1281. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1282.  
  1283. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  1284.  
  1285. ^
  1286.  
  1287. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1288.  
  1289. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  1290.  
  1291. ^
  1292.  
  1293. In file included from sketch\Printer.cpp:19:0:
  1294.  
  1295. sketch\Repetier.h:428:12: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1296.  
  1297. #error "You cannot use DISPLAY_D5_PIN, DISPLAY_D6_PIN or DISPLAY_D7_PIN for "User Keys" with character LCD display"
  1298.  
  1299. ^
  1300.  
  1301. In file included from sketch\Repetier.h:422:0,
  1302.  
  1303. from sketch\Printer.cpp:19:
  1304.  
  1305. sketch\ui.h:259:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace [enabled by default]
  1306.  
  1307. typedef struct UIMenu_struct {
  1308.  
  1309. ^
  1310.  
  1311. In file included from sketch\Repetier.h:422:0,
  1312.  
  1313. from sketch\Printer.cpp:19:
  1314.  
  1315. sketch\ui.h:1773:13: warning: unused parameter 'action' [-Wunused-parameter]
  1316.  
  1317. static void ui_check_Ukeys(int &action) {
  1318.  
  1319. ^
  1320.  
  1321. In file included from sketch\Repetier.h:556:0,
  1322.  
  1323. from sketch\Printer.cpp:19:
  1324.  
  1325. sketch\motion.h:449:17: warning: unused parameter 'v' [-Wunused-parameter]
  1326.  
  1327. inline void updateAdvanceSteps(speed_t v, uint8_t max_loops, bool accelerate)
  1328.  
  1329. ^
  1330.  
  1331. sketch\motion.h:449:17: warning: unused parameter 'max_loops' [-Wunused-parameter]
  1332.  
  1333. sketch\motion.h:449:17: warning: unused parameter 'accelerate' [-Wunused-parameter]
  1334.  
  1335. sketch\Printer.cpp:302:6: warning: unused parameter 'x' [-Wunused-parameter]
  1336.  
  1337. bool Printer::isPositionAllowed(float x,float y,float z)
  1338.  
  1339. ^
  1340.  
  1341. sketch\Printer.cpp:302:6: warning: unused parameter 'y' [-Wunused-parameter]
  1342.  
  1343. sketch\Printer.cpp:302:6: warning: unused parameter 'z' [-Wunused-parameter]
  1344.  
  1345. sketch\Printer.cpp:1843:6: warning: unused parameter 'on' [-Wunused-parameter]
  1346.  
  1347. void Printer::setCaseLight(bool on) {
  1348.  
  1349. ^
  1350.  
  1351. sketch\Printer.cpp: In static member function 'static void Printer::setup()':
  1352.  
  1353. sketch\Printer.cpp:1026:26: warning: array subscript is above array bounds [-Warray-bounds]
  1354.  
  1355. currentPosition[i] = 0.0;
  1356.  
  1357. ^
  1358.  
  1359. In file included from sketch\Repetier.h:422:0,
  1360.  
  1361. from sketch\Printer.cpp:19:
  1362.  
  1363. sketch\ui.h: At global scope:
  1364.  
  1365. sketch\ui.h:1773:13: warning: 'void ui_check_Ukeys(int&)' defined but not used [-Wunused-function]
  1366.  
  1367. static void ui_check_Ukeys(int &action) {
  1368.  
  1369. ^
  1370.  
  1371. In file included from sketch\Configuration.h:41:0,
  1372.  
  1373. from sketch\Repetier.h:179,
  1374.  
  1375. from C:\Users\Ishtmi\Downloads\Repetier-Firmware\Repetier-Firmware 18.09.50\Repetier\Repetier.ino:142:
  1376.  
  1377. sketch\pins.h:2403:58: warning: "/*" within comment [-Wcomment]
  1378.  
  1379. #define TEMP_0_PIN 14 // ANALOG NUMBERING ////***Extuder1
  1380.  
  1381. ^
  1382.  
  1383. sketch\pins.h:2404:58: warning: "/*" within comment [-Wcomment]
  1384.  
  1385. #define TEMP_1_PIN 15 // ANALOG NUMBERING ////***Bed
  1386.  
  1387. ^
  1388.  
  1389. sketch\pins.h:2405:58: warning: "/*" within comment [-Wcomment]
  1390.  
  1391. #define TEMP_2_PIN 13 // ANALOG NUMBERING ////***Extuder2
  1392.  
  1393. ^
  1394.  
  1395. sketch\pins.h:2407:58: warning: "/*" within comment [-Wcomment]
  1396.  
  1397. #define TEMP_3_PIN 12 // ANALOG NUMBERING ////***Extuder3
  1398.  
  1399. ^
  1400.  
  1401. In file included from sketch\Repetier.h:179:0,
  1402.  
  1403. from C:\Users\Ishtmi\Downloads\Repetier-Firmware\Repetier-Firmware 18.09.50\Repetier\Repetier.ino:142:
  1404.  
  1405. sketch\Configuration.h:46:0: warning: "FAN_BOARD_PIN" redefined [enabled by default]
  1406.  
  1407. #define FAN_BOARD_PIN 11
  1408.  
  1409. ^
  1410.  
  1411. In file included from sketch\Configuration.h:41:0,
  1412.  
  1413. from sketch\Repetier.h:179,
  1414.  
  1415. from C:\Users\Ishtmi\Downloads\Repetier-Firmware\Repetier-Firmware 18.09.50\Repetier\Repetier.ino:142:
  1416.  
  1417. sketch\pins.h:2512:0: note: this is the location of the previous definition
  1418.  
  1419. #define FAN_BOARD_PIN -1
  1420.  
  1421. ^
  1422.  
  1423. In file included from sketch\Repetier.h:179:0,
  1424.  
  1425. from C:\Users\Ishtmi\Downloads\Repetier-Firmware\Repetier-Firmware 18.09.50\Repetier\Repetier.ino:142:
  1426.  
  1427. sketch\Configuration.h:372:0: warning: "SDCARDDETECT" redefined [enabled by default]
  1428.  
  1429. #define SDCARDDETECT -1
  1430.  
  1431. ^
  1432.  
  1433. In file included from sketch\Configuration.h:41:0,
  1434.  
  1435. from sketch\Repetier.h:179,
  1436.  
  1437. from C:\Users\Ishtmi\Downloads\Repetier-Firmware\Repetier-Firmware 18.09.50\Repetier\Repetier.ino:142:
  1438.  
  1439. sketch\pins.h:2579:0: note: this is the location of the previous definition
  1440.  
  1441. #define SDCARDDETECT ORIG_SDCARDDETECT
  1442.  
  1443. ^
  1444.  
  1445. In file included from sketch\ui.h:242:0,
  1446.  
  1447. from sketch\Repetier.h:422,
  1448.  
  1449. from C:\Users\Ishtmi\Downloads\Repetier-Firmware\Repetier-Firmware 18.09.50\Repetier\Repetier.ino:142:
  1450.  
  1451. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1452.  
  1453. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  1454.  
  1455. ^
  1456.  
  1457. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1458.  
  1459. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  1460.  
  1461. ^
  1462.  
  1463. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1464.  
  1465. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  1466.  
  1467. ^
  1468.  
  1469. In file included from sketch\Repetier.h:422:0,
  1470.  
  1471. from C:\Users\Ishtmi\Downloads\Repetier-Firmware\Repetier-Firmware 18.09.50\Repetier\Repetier.ino:142:
  1472.  
  1473. sketch\ui.h:1686:8: warning: extra tokens at end of #endif directive [enabled by default]
  1474.  
  1475. #endif CONTROLLER_LCD_MP_PHARAOH_DUE
  1476.  
  1477. ^
  1478.  
  1479. In file included from sketch\ui.h:1705:0,
  1480.  
  1481. from sketch\Repetier.h:422,
  1482.  
  1483. from C:\Users\Ishtmi\Downloads\Repetier-Firmware\Repetier-Firmware 18.09.50\Repetier\Repetier.ino:142:
  1484.  
  1485. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1486.  
  1487. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  1488.  
  1489. ^
  1490.  
  1491. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1492.  
  1493. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  1494.  
  1495. ^
  1496.  
  1497. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1498.  
  1499. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  1500.  
  1501. ^
  1502.  
  1503. In file included from C:\Users\Ishtmi\Downloads\Repetier-Firmware\Repetier-Firmware 18.09.50\Repetier\Repetier.ino:142:0:
  1504.  
  1505. sketch\Repetier.h:428:12: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1506.  
  1507. #error "You cannot use DISPLAY_D5_PIN, DISPLAY_D6_PIN or DISPLAY_D7_PIN for "User Keys" with character LCD display"
  1508.  
  1509. ^
  1510.  
  1511. In file included from sketch\Repetier.h:422:0,
  1512.  
  1513. from C:\Users\Ishtmi\Downloads\Repetier-Firmware\Repetier-Firmware 18.09.50\Repetier\Repetier.ino:142:
  1514.  
  1515. sketch\ui.h:259:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace [enabled by default]
  1516.  
  1517. typedef struct UIMenu_struct {
  1518.  
  1519. ^
  1520.  
  1521. In file included from sketch\Repetier.h:422:0,
  1522.  
  1523. from C:\Users\Ishtmi\Downloads\Repetier-Firmware\Repetier-Firmware 18.09.50\Repetier\Repetier.ino:142:
  1524.  
  1525. sketch\ui.h:1773:13: warning: unused parameter 'action' [-Wunused-parameter]
  1526.  
  1527. static void ui_check_Ukeys(int &action) {
  1528.  
  1529. ^
  1530.  
  1531. In file included from sketch\Repetier.h:556:0,
  1532.  
  1533. from C:\Users\Ishtmi\Downloads\Repetier-Firmware\Repetier-Firmware 18.09.50\Repetier\Repetier.ino:142:
  1534.  
  1535. sketch\motion.h:449:17: warning: unused parameter 'v' [-Wunused-parameter]
  1536.  
  1537. inline void updateAdvanceSteps(speed_t v, uint8_t max_loops, bool accelerate)
  1538.  
  1539. ^
  1540.  
  1541. sketch\motion.h:449:17: warning: unused parameter 'max_loops' [-Wunused-parameter]
  1542.  
  1543. sketch\motion.h:449:17: warning: unused parameter 'accelerate' [-Wunused-parameter]
  1544.  
  1545. In file included from sketch\Repetier.h:422:0,
  1546.  
  1547. from C:\Users\Ishtmi\Downloads\Repetier-Firmware\Repetier-Firmware 18.09.50\Repetier\Repetier.ino:142:
  1548.  
  1549. sketch\ui.h:1773:13: warning: 'void ui_check_Ukeys(int&)' defined but not used [-Wunused-function]
  1550.  
  1551. static void ui_check_Ukeys(int &action) {
  1552.  
  1553. ^
  1554.  
  1555. In file included from sketch\Configuration.h:41:0,
  1556.  
  1557. from sketch\Repetier.h:179,
  1558.  
  1559. from sketch\SDCard.cpp:22:
  1560.  
  1561. sketch\pins.h:2403:58: warning: "/*" within comment [-Wcomment]
  1562.  
  1563. #define TEMP_0_PIN 14 // ANALOG NUMBERING ////***Extuder1
  1564.  
  1565. ^
  1566.  
  1567. sketch\pins.h:2404:58: warning: "/*" within comment [-Wcomment]
  1568.  
  1569. #define TEMP_1_PIN 15 // ANALOG NUMBERING ////***Bed
  1570.  
  1571. ^
  1572.  
  1573. sketch\pins.h:2405:58: warning: "/*" within comment [-Wcomment]
  1574.  
  1575. #define TEMP_2_PIN 13 // ANALOG NUMBERING ////***Extuder2
  1576.  
  1577. ^
  1578.  
  1579. sketch\pins.h:2407:58: warning: "/*" within comment [-Wcomment]
  1580.  
  1581. #define TEMP_3_PIN 12 // ANALOG NUMBERING ////***Extuder3
  1582.  
  1583. ^
  1584.  
  1585. In file included from sketch\Repetier.h:179:0,
  1586.  
  1587. from sketch\SDCard.cpp:22:
  1588.  
  1589. sketch\Configuration.h:46:0: warning: "FAN_BOARD_PIN" redefined [enabled by default]
  1590.  
  1591. #define FAN_BOARD_PIN 11
  1592.  
  1593. ^
  1594.  
  1595. In file included from sketch\Configuration.h:41:0,
  1596.  
  1597. from sketch\Repetier.h:179,
  1598.  
  1599. from sketch\SDCard.cpp:22:
  1600.  
  1601. sketch\pins.h:2512:0: note: this is the location of the previous definition
  1602.  
  1603. #define FAN_BOARD_PIN -1
  1604.  
  1605. ^
  1606.  
  1607. In file included from sketch\Repetier.h:179:0,
  1608.  
  1609. from sketch\SDCard.cpp:22:
  1610.  
  1611. sketch\Configuration.h:372:0: warning: "SDCARDDETECT" redefined [enabled by default]
  1612.  
  1613. #define SDCARDDETECT -1
  1614.  
  1615. ^
  1616.  
  1617. In file included from sketch\Configuration.h:41:0,
  1618.  
  1619. from sketch\Repetier.h:179,
  1620.  
  1621. from sketch\SDCard.cpp:22:
  1622.  
  1623. sketch\pins.h:2579:0: note: this is the location of the previous definition
  1624.  
  1625. #define SDCARDDETECT ORIG_SDCARDDETECT
  1626.  
  1627. ^
  1628.  
  1629. In file included from sketch\ui.h:242:0,
  1630.  
  1631. from sketch\Repetier.h:422,
  1632.  
  1633. from sketch\SDCard.cpp:22:
  1634.  
  1635. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1636.  
  1637. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  1638.  
  1639. ^
  1640.  
  1641. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1642.  
  1643. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  1644.  
  1645. ^
  1646.  
  1647. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1648.  
  1649. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  1650.  
  1651. ^
  1652.  
  1653. In file included from sketch\Repetier.h:422:0,
  1654.  
  1655. from sketch\SDCard.cpp:22:
  1656.  
  1657. sketch\ui.h:1686:8: warning: extra tokens at end of #endif directive [enabled by default]
  1658.  
  1659. #endif CONTROLLER_LCD_MP_PHARAOH_DUE
  1660.  
  1661. ^
  1662.  
  1663. In file included from sketch\ui.h:1705:0,
  1664.  
  1665. from sketch\Repetier.h:422,
  1666.  
  1667. from sketch\SDCard.cpp:22:
  1668.  
  1669. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1670.  
  1671. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  1672.  
  1673. ^
  1674.  
  1675. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1676.  
  1677. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  1678.  
  1679. ^
  1680.  
  1681. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1682.  
  1683. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  1684.  
  1685. ^
  1686.  
  1687. In file included from sketch\SDCard.cpp:22:0:
  1688.  
  1689. sketch\Repetier.h:428:12: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1690.  
  1691. #error "You cannot use DISPLAY_D5_PIN, DISPLAY_D6_PIN or DISPLAY_D7_PIN for "User Keys" with character LCD display"
  1692.  
  1693. ^
  1694.  
  1695. In file included from sketch\Repetier.h:422:0,
  1696.  
  1697. from sketch\SDCard.cpp:22:
  1698.  
  1699. sketch\ui.h:259:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace [enabled by default]
  1700.  
  1701. typedef struct UIMenu_struct {
  1702.  
  1703. ^
  1704.  
  1705. In file included from sketch\Repetier.h:422:0,
  1706.  
  1707. from sketch\SDCard.cpp:22:
  1708.  
  1709. sketch\ui.h:1773:13: warning: unused parameter 'action' [-Wunused-parameter]
  1710.  
  1711. static void ui_check_Ukeys(int &action) {
  1712.  
  1713. ^
  1714.  
  1715. In file included from sketch\Repetier.h:556:0,
  1716.  
  1717. from sketch\SDCard.cpp:22:
  1718.  
  1719. sketch\motion.h:449:17: warning: unused parameter 'v' [-Wunused-parameter]
  1720.  
  1721. inline void updateAdvanceSteps(speed_t v, uint8_t max_loops, bool accelerate)
  1722.  
  1723. ^
  1724.  
  1725. sketch\motion.h:449:17: warning: unused parameter 'max_loops' [-Wunused-parameter]
  1726.  
  1727. sketch\motion.h:449:17: warning: unused parameter 'accelerate' [-Wunused-parameter]
  1728.  
  1729. sketch\SDCard.cpp: In member function 'void SDCard::writeCommand(GCode*)':
  1730.  
  1731. sketch\SDCard.cpp:184:12: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1732.  
  1733. *(int*)buf = params;
  1734.  
  1735. ^
  1736.  
  1737. sketch\SDCard.cpp:187:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1738.  
  1739. *(int*)&buf[p] = code->params2;
  1740.  
  1741. ^
  1742.  
  1743. sketch\SDCard.cpp:193:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1744.  
  1745. *(int*)&buf[p] = code->M;
  1746.  
  1747. ^
  1748.  
  1749. sketch\SDCard.cpp:198:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1750.  
  1751. *(int*)&buf[p]= code->G;
  1752.  
  1753. ^
  1754.  
  1755. sketch\SDCard.cpp:215:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1756.  
  1757. *(float*)&buf[p] = code->X;
  1758.  
  1759. ^
  1760.  
  1761. sketch\SDCard.cpp:220:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1762.  
  1763. *(float*)&buf[p] = code->Y;
  1764.  
  1765. ^
  1766.  
  1767. sketch\SDCard.cpp:225:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1768.  
  1769. *(float*)&buf[p] = code->Z;
  1770.  
  1771. ^
  1772.  
  1773. sketch\SDCard.cpp:230:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1774.  
  1775. *(float*)&buf[p] = code->E;
  1776.  
  1777. ^
  1778.  
  1779. sketch\SDCard.cpp:235:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1780.  
  1781. *(float*)&buf[p] = code->F;
  1782.  
  1783. ^
  1784.  
  1785. sketch\SDCard.cpp:244:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1786.  
  1787. *(int32_t*)&buf[p] = code->S;
  1788.  
  1789. ^
  1790.  
  1791. sketch\SDCard.cpp:249:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1792.  
  1793. *(int32_t*)&buf[p] = code->P;
  1794.  
  1795. ^
  1796.  
  1797. sketch\SDCard.cpp:254:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1798.  
  1799. *(float*)&buf[p] = code->I;
  1800.  
  1801. ^
  1802.  
  1803. sketch\SDCard.cpp:259:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1804.  
  1805. *(float*)&buf[p] = code->J;
  1806.  
  1807. ^
  1808.  
  1809. sketch\SDCard.cpp:264:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1810.  
  1811. *(float*)&buf[p] = code->R;
  1812.  
  1813. ^
  1814.  
  1815. sketch\SDCard.cpp:269:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1816.  
  1817. *(float*)&buf[p] = code->D;
  1818.  
  1819. ^
  1820.  
  1821. sketch\SDCard.cpp:274:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1822.  
  1823. *(float*)&buf[p] = code->C;
  1824.  
  1825. ^
  1826.  
  1827. sketch\SDCard.cpp:279:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1828.  
  1829. *(float*)&buf[p] = code->H;
  1830.  
  1831. ^
  1832.  
  1833. sketch\SDCard.cpp:284:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1834.  
  1835. *(float*)&buf[p] = code->A;
  1836.  
  1837. ^
  1838.  
  1839. sketch\SDCard.cpp:289:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1840.  
  1841. *(float*)&buf[p] = code->B;
  1842.  
  1843. ^
  1844.  
  1845. sketch\SDCard.cpp:294:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1846.  
  1847. *(float*)&buf[p] = code->K;
  1848.  
  1849. ^
  1850.  
  1851. sketch\SDCard.cpp:299:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1852.  
  1853. *(float*)&buf[p] = code->L;
  1854.  
  1855. ^
  1856.  
  1857. sketch\SDCard.cpp:304:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1858.  
  1859. *(float*)&buf[p] = code->O;
  1860.  
  1861. ^
  1862.  
  1863. sketch\SDCard.cpp: In member function 'bool SDCard::selectFile(const char*, bool)':
  1864.  
  1865. sketch\SDCard.cpp:404:13: warning: unused variable 'bFound' [-Wunused-variable]
  1866.  
  1867. boolean bFound;
  1868.  
  1869. ^
  1870.  
  1871. In file included from sketch\Repetier.h:422:0,
  1872.  
  1873. from sketch\SDCard.cpp:22:
  1874.  
  1875. sketch\ui.h: At global scope:
  1876.  
  1877. sketch\ui.h:1773:13: warning: 'void ui_check_Ukeys(int&)' defined but not used [-Wunused-function]
  1878.  
  1879. static void ui_check_Ukeys(int &action) {
  1880.  
  1881. ^
  1882.  
  1883. In file included from sketch\Configuration.h:41:0,
  1884.  
  1885. from sketch\Repetier.h:179,
  1886.  
  1887. from sketch\SdFat.cpp:20:
  1888.  
  1889. sketch\pins.h:2403:58: warning: "/*" within comment [-Wcomment]
  1890.  
  1891. #define TEMP_0_PIN 14 // ANALOG NUMBERING ////***Extuder1
  1892.  
  1893. ^
  1894.  
  1895. sketch\pins.h:2404:58: warning: "/*" within comment [-Wcomment]
  1896.  
  1897. #define TEMP_1_PIN 15 // ANALOG NUMBERING ////***Bed
  1898.  
  1899. ^
  1900.  
  1901. sketch\pins.h:2405:58: warning: "/*" within comment [-Wcomment]
  1902.  
  1903. #define TEMP_2_PIN 13 // ANALOG NUMBERING ////***Extuder2
  1904.  
  1905. ^
  1906.  
  1907. sketch\pins.h:2407:58: warning: "/*" within comment [-Wcomment]
  1908.  
  1909. #define TEMP_3_PIN 12 // ANALOG NUMBERING ////***Extuder3
  1910.  
  1911. ^
  1912.  
  1913. In file included from sketch\Repetier.h:179:0,
  1914.  
  1915. from sketch\SdFat.cpp:20:
  1916.  
  1917. sketch\Configuration.h:46:0: warning: "FAN_BOARD_PIN" redefined [enabled by default]
  1918.  
  1919. #define FAN_BOARD_PIN 11
  1920.  
  1921. ^
  1922.  
  1923. In file included from sketch\Configuration.h:41:0,
  1924.  
  1925. from sketch\Repetier.h:179,
  1926.  
  1927. from sketch\SdFat.cpp:20:
  1928.  
  1929. sketch\pins.h:2512:0: note: this is the location of the previous definition
  1930.  
  1931. #define FAN_BOARD_PIN -1
  1932.  
  1933. ^
  1934.  
  1935. In file included from sketch\Repetier.h:179:0,
  1936.  
  1937. from sketch\SdFat.cpp:20:
  1938.  
  1939. sketch\Configuration.h:372:0: warning: "SDCARDDETECT" redefined [enabled by default]
  1940.  
  1941. #define SDCARDDETECT -1
  1942.  
  1943. ^
  1944.  
  1945. In file included from sketch\Configuration.h:41:0,
  1946.  
  1947. from sketch\Repetier.h:179,
  1948.  
  1949. from sketch\SdFat.cpp:20:
  1950.  
  1951. sketch\pins.h:2579:0: note: this is the location of the previous definition
  1952.  
  1953. #define SDCARDDETECT ORIG_SDCARDDETECT
  1954.  
  1955. ^
  1956.  
  1957. In file included from sketch\ui.h:242:0,
  1958.  
  1959. from sketch\Repetier.h:422,
  1960.  
  1961. from sketch\SdFat.cpp:20:
  1962.  
  1963. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1964.  
  1965. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  1966.  
  1967. ^
  1968.  
  1969. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1970.  
  1971. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  1972.  
  1973. ^
  1974.  
  1975. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1976.  
  1977. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  1978.  
  1979. ^
  1980.  
  1981. In file included from sketch\Repetier.h:422:0,
  1982.  
  1983. from sketch\SdFat.cpp:20:
  1984.  
  1985. sketch\ui.h:1686:8: warning: extra tokens at end of #endif directive [enabled by default]
  1986.  
  1987. #endif CONTROLLER_LCD_MP_PHARAOH_DUE
  1988.  
  1989. ^
  1990.  
  1991. In file included from sketch\ui.h:1705:0,
  1992.  
  1993. from sketch\Repetier.h:422,
  1994.  
  1995. from sketch\SdFat.cpp:20:
  1996.  
  1997. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  1998.  
  1999. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  2000.  
  2001. ^
  2002.  
  2003. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2004.  
  2005. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  2006.  
  2007. ^
  2008.  
  2009. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2010.  
  2011. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  2012.  
  2013. ^
  2014.  
  2015. In file included from sketch\SdFat.cpp:20:0:
  2016.  
  2017. sketch\Repetier.h:428:12: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2018.  
  2019. #error "You cannot use DISPLAY_D5_PIN, DISPLAY_D6_PIN or DISPLAY_D7_PIN for "User Keys" with character LCD display"
  2020.  
  2021. ^
  2022.  
  2023. In file included from sketch\Repetier.h:422:0,
  2024.  
  2025. from sketch\SdFat.cpp:20:
  2026.  
  2027. sketch\ui.h:259:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace [enabled by default]
  2028.  
  2029. typedef struct UIMenu_struct {
  2030.  
  2031. ^
  2032.  
  2033. In file included from sketch\Repetier.h:422:0,
  2034.  
  2035. from sketch\SdFat.cpp:20:
  2036.  
  2037. sketch\ui.h:1773:13: warning: unused parameter 'action' [-Wunused-parameter]
  2038.  
  2039. static void ui_check_Ukeys(int &action) {
  2040.  
  2041. ^
  2042.  
  2043. In file included from sketch\Repetier.h:556:0,
  2044.  
  2045. from sketch\SdFat.cpp:20:
  2046.  
  2047. sketch\motion.h:449:17: warning: unused parameter 'v' [-Wunused-parameter]
  2048.  
  2049. inline void updateAdvanceSteps(speed_t v, uint8_t max_loops, bool accelerate)
  2050.  
  2051. ^
  2052.  
  2053. sketch\motion.h:449:17: warning: unused parameter 'max_loops' [-Wunused-parameter]
  2054.  
  2055. sketch\motion.h:449:17: warning: unused parameter 'accelerate' [-Wunused-parameter]
  2056.  
  2057. sketch\SdFat.cpp: In member function 'uint8_t SdBaseFile::lsRecursive(SdBaseFile*, uint8_t, char*, SdBaseFile*)':
  2058.  
  2059. sketch\SdFat.cpp:658:13: warning: unused variable 'cnt' [-Wunused-variable]
  2060.  
  2061. uint8_t cnt=0;
  2062.  
  2063. ^
  2064.  
  2065. sketch\SdFat.cpp:659:11: warning: unused variable 'oldpathend' [-Wunused-variable]
  2066.  
  2067. char *oldpathend = pathend;
  2068.  
  2069. ^
  2070.  
  2071. sketch\SdFat.cpp: At global scope:
  2072.  
  2073. sketch\SdFat.cpp:756:6: warning: unused parameter 'flags' [-Wunused-parameter]
  2074.  
  2075. void SdBaseFile::ls(uint8_t flags, uint8_t indent) {
  2076.  
  2077. ^
  2078.  
  2079. sketch\SdFat.cpp:756:6: warning: unused parameter 'indent' [-Wunused-parameter]
  2080.  
  2081. sketch\SdFat.cpp: In member function 'int8_t SdBaseFile::lsPrintNext(uint8_t, uint8_t)':
  2082.  
  2083. sketch\SdFat.cpp:770:11: warning: unused variable 'w' [-Wunused-variable]
  2084.  
  2085. uint8_t w = 0;
  2086.  
  2087. ^
  2088.  
  2089. sketch\SdFat.cpp: In member function 'bool SdBaseFile::mkdir(SdBaseFile*, const char*, bool)':
  2090.  
  2091. sketch\SdFat.cpp:880:2: warning: label 'fail' defined but not used [-Wunused-label]
  2092.  
  2093. fail:
  2094.  
  2095. ^
  2096.  
  2097. sketch\SdFat.cpp: In member function 'bool SdBaseFile::openParentReturnFile(SdBaseFile*, const char*, uint8_t*, SdBaseFile*, boolean)':
  2098.  
  2099. sketch\SdFat.cpp:1008:10: warning: unused variable 'pEntry' [-Wunused-variable]
  2100.  
  2101. dir_t *pEntry;
  2102.  
  2103. ^
  2104.  
  2105. sketch\SdFat.cpp:1011:11: warning: variable 'bFound' set but not used [-Wunused-but-set-variable]
  2106.  
  2107. boolean bFound;
  2108.  
  2109. ^
  2110.  
  2111. sketch\SdFat.cpp: In member function 'bool SdBaseFile::open(SdBaseFile*, const char*, uint8_t)':
  2112.  
  2113. sketch\SdFat.cpp:1096:2: warning: label 'fail' defined but not used [-Wunused-label]
  2114.  
  2115. fail:
  2116.  
  2117. ^
  2118.  
  2119. sketch\SdFat.cpp: In member function 'bool SdBaseFile::open(SdBaseFile*, const uint8_t*, uint8_t, bool)':
  2120.  
  2121. sketch\SdFat.cpp:1120:28: warning: unused variable 'wIndex' [-Wunused-variable]
  2122.  
  2123. int8_t cVFATNeeded = -1, wIndex, cVFATFoundCur;
  2124.  
  2125. ^
  2126.  
  2127. sketch\SdFat.cpp: At global scope:
  2128.  
  2129. sketch\SdFat.cpp:1962:8: warning: unused parameter 'cVFATNeeded' [-Wunused-parameter]
  2130.  
  2131. dir_t *SdBaseFile::getLongFilename(dir_t *dir, char *longFilename, int8_t cVFATNeeded, uint32_t *pwIndexPos)
  2132.  
  2133. ^
  2134.  
  2135. sketch\SdFat.cpp:1962:8: warning: unused parameter 'pwIndexPos' [-Wunused-parameter]
  2136.  
  2137. sketch\SdFat.cpp: In member function 'bool SdBaseFile::findSpace(dir_t*, int8_t, int8_t*, uint32_t*)':
  2138.  
  2139. sketch\SdFat.cpp:2084:21: warning: unused variable 'VFAT' [-Wunused-variable]
  2140.  
  2141. vfat_t *VFAT = (vfat_t*)dir;
  2142.  
  2143. ^
  2144.  
  2145. sketch\SdFat.cpp:2058:11: warning: unused variable 'n' [-Wunused-variable]
  2146.  
  2147. int16_t n;
  2148.  
  2149. ^
  2150.  
  2151. sketch\SdFat.cpp: At global scope:
  2152.  
  2153. sketch\SdFat.cpp:2125:8: warning: unused parameter 'longFilename' [-Wunused-parameter]
  2154.  
  2155. int8_t SdBaseFile::readDir(dir_t* dir, char* longFilename) {
  2156.  
  2157. ^
  2158.  
  2159. sketch\SdFat.cpp: In member function 'uint8_t Sd2Card::cardCommand(uint8_t, uint32_t)':
  2160.  
  2161. sketch\SdFat.cpp:3205:23: warning: narrowing conversion of '(int)(cmd | 64u)' from 'int' to 'uint8_t {aka unsigned char}' inside { } [-Wnarrowing]
  2162.  
  2163. uint8_t d[6] = {cmd | 0X40, pa[3], pa[2], pa[1], pa[0]};
  2164.  
  2165. ^
  2166.  
  2167. sketch\SdFat.cpp: In member function 'bool Sd2Card::readData(uint8_t*, size_t)':
  2168.  
  2169. sketch\SdFat.cpp:3472:35: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  2170.  
  2171. if (status_ = spiRec(dst, count)) {
  2172.  
  2173. ^
  2174.  
  2175. sketch\SdFat.cpp: In member function 'bool SdBaseFile::open(SdBaseFile*, const uint8_t*, uint8_t, bool)':
  2176.  
  2177. sketch\SdFat.cpp:1141:3: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized]
  2178.  
  2179. while ((p = dirFile->getLongFilename(p, tempLongFilename, cVFATNeeded, &wIndexPos)))
  2180.  
  2181. ^
  2182.  
  2183. In file included from sketch\Repetier.h:422:0,
  2184.  
  2185. from sketch\SdFat.cpp:20:
  2186.  
  2187. sketch\ui.h: At global scope:
  2188.  
  2189. sketch\ui.h:1773:13: warning: 'void ui_check_Ukeys(int&)' defined but not used [-Wunused-function]
  2190.  
  2191. static void ui_check_Ukeys(int &action) {
  2192.  
  2193. ^
  2194.  
  2195. sketch\SdFat.cpp:37:13: warning: 'void pstrPrint(const char*)' defined but not used [-Wunused-function]
  2196.  
  2197. static void pstrPrint(FSTRINGPARAM(str)) {
  2198.  
  2199. ^
  2200.  
  2201. In file included from sketch\Configuration.h:41:0,
  2202.  
  2203. from sketch\Repetier.h:179,
  2204.  
  2205. from sketch\gcode.cpp:24:
  2206.  
  2207. sketch\pins.h:2403:58: warning: "/*" within comment [-Wcomment]
  2208.  
  2209. #define TEMP_0_PIN 14 // ANALOG NUMBERING ////***Extuder1
  2210.  
  2211. ^
  2212.  
  2213. sketch\pins.h:2404:58: warning: "/*" within comment [-Wcomment]
  2214.  
  2215. #define TEMP_1_PIN 15 // ANALOG NUMBERING ////***Bed
  2216.  
  2217. ^
  2218.  
  2219. sketch\pins.h:2405:58: warning: "/*" within comment [-Wcomment]
  2220.  
  2221. #define TEMP_2_PIN 13 // ANALOG NUMBERING ////***Extuder2
  2222.  
  2223. ^
  2224.  
  2225. sketch\pins.h:2407:58: warning: "/*" within comment [-Wcomment]
  2226.  
  2227. #define TEMP_3_PIN 12 // ANALOG NUMBERING ////***Extuder3
  2228.  
  2229. ^
  2230.  
  2231. In file included from sketch\Repetier.h:179:0,
  2232.  
  2233. from sketch\gcode.cpp:24:
  2234.  
  2235. sketch\Configuration.h:46:0: warning: "FAN_BOARD_PIN" redefined [enabled by default]
  2236.  
  2237. #define FAN_BOARD_PIN 11
  2238.  
  2239. ^
  2240.  
  2241. In file included from sketch\Configuration.h:41:0,
  2242.  
  2243. from sketch\Repetier.h:179,
  2244.  
  2245. from sketch\gcode.cpp:24:
  2246.  
  2247. sketch\pins.h:2512:0: note: this is the location of the previous definition
  2248.  
  2249. #define FAN_BOARD_PIN -1
  2250.  
  2251. ^
  2252.  
  2253. In file included from sketch\Repetier.h:179:0,
  2254.  
  2255. from sketch\gcode.cpp:24:
  2256.  
  2257. sketch\Configuration.h:372:0: warning: "SDCARDDETECT" redefined [enabled by default]
  2258.  
  2259. #define SDCARDDETECT -1
  2260.  
  2261. ^
  2262.  
  2263. In file included from sketch\Configuration.h:41:0,
  2264.  
  2265. from sketch\Repetier.h:179,
  2266.  
  2267. from sketch\gcode.cpp:24:
  2268.  
  2269. sketch\pins.h:2579:0: note: this is the location of the previous definition
  2270.  
  2271. #define SDCARDDETECT ORIG_SDCARDDETECT
  2272.  
  2273. ^
  2274.  
  2275. In file included from sketch\ui.h:242:0,
  2276.  
  2277. from sketch\Repetier.h:422,
  2278.  
  2279. from sketch\gcode.cpp:24:
  2280.  
  2281. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2282.  
  2283. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  2284.  
  2285. ^
  2286.  
  2287. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2288.  
  2289. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  2290.  
  2291. ^
  2292.  
  2293. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2294.  
  2295. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  2296.  
  2297. ^
  2298.  
  2299. In file included from sketch\Repetier.h:422:0,
  2300.  
  2301. from sketch\gcode.cpp:24:
  2302.  
  2303. sketch\ui.h:1686:8: warning: extra tokens at end of #endif directive [enabled by default]
  2304.  
  2305. #endif CONTROLLER_LCD_MP_PHARAOH_DUE
  2306.  
  2307. ^
  2308.  
  2309. In file included from sketch\ui.h:1705:0,
  2310.  
  2311. from sketch\Repetier.h:422,
  2312.  
  2313. from sketch\gcode.cpp:24:
  2314.  
  2315. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2316.  
  2317. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  2318.  
  2319. ^
  2320.  
  2321. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2322.  
  2323. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  2324.  
  2325. ^
  2326.  
  2327. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2328.  
  2329. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  2330.  
  2331. ^
  2332.  
  2333. In file included from sketch\gcode.cpp:24:0:
  2334.  
  2335. sketch\Repetier.h:428:12: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2336.  
  2337. #error "You cannot use DISPLAY_D5_PIN, DISPLAY_D6_PIN or DISPLAY_D7_PIN for "User Keys" with character LCD display"
  2338.  
  2339. ^
  2340.  
  2341. In file included from sketch\Repetier.h:422:0,
  2342.  
  2343. from sketch\gcode.cpp:24:
  2344.  
  2345. sketch\ui.h:259:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace [enabled by default]
  2346.  
  2347. typedef struct UIMenu_struct {
  2348.  
  2349. ^
  2350.  
  2351. In file included from sketch\Repetier.h:422:0,
  2352.  
  2353. from sketch\gcode.cpp:24:
  2354.  
  2355. sketch\ui.h:1773:13: warning: unused parameter 'action' [-Wunused-parameter]
  2356.  
  2357. static void ui_check_Ukeys(int &action) {
  2358.  
  2359. ^
  2360.  
  2361. In file included from sketch\Repetier.h:556:0,
  2362.  
  2363. from sketch\gcode.cpp:24:
  2364.  
  2365. sketch\motion.h:449:17: warning: unused parameter 'v' [-Wunused-parameter]
  2366.  
  2367. inline void updateAdvanceSteps(speed_t v, uint8_t max_loops, bool accelerate)
  2368.  
  2369. ^
  2370.  
  2371. sketch\motion.h:449:17: warning: unused parameter 'max_loops' [-Wunused-parameter]
  2372.  
  2373. sketch\motion.h:449:17: warning: unused parameter 'accelerate' [-Wunused-parameter]
  2374.  
  2375. In file included from sketch\Repetier.h:422:0,
  2376.  
  2377. from sketch\gcode.cpp:24:
  2378.  
  2379. sketch\ui.h:1773:13: warning: 'void ui_check_Ukeys(int&)' defined but not used [-Wunused-function]
  2380.  
  2381. static void ui_check_Ukeys(int &action) {
  2382.  
  2383. ^
  2384.  
  2385. In file included from sketch\Configuration.h:41:0,
  2386.  
  2387. from sketch\Repetier.h:179,
  2388.  
  2389. from sketch\motion.cpp:24:
  2390.  
  2391. sketch\pins.h:2403:58: warning: "/*" within comment [-Wcomment]
  2392.  
  2393. #define TEMP_0_PIN 14 // ANALOG NUMBERING ////***Extuder1
  2394.  
  2395. ^
  2396.  
  2397. sketch\pins.h:2404:58: warning: "/*" within comment [-Wcomment]
  2398.  
  2399. #define TEMP_1_PIN 15 // ANALOG NUMBERING ////***Bed
  2400.  
  2401. ^
  2402.  
  2403. sketch\pins.h:2405:58: warning: "/*" within comment [-Wcomment]
  2404.  
  2405. #define TEMP_2_PIN 13 // ANALOG NUMBERING ////***Extuder2
  2406.  
  2407. ^
  2408.  
  2409. sketch\pins.h:2407:58: warning: "/*" within comment [-Wcomment]
  2410.  
  2411. #define TEMP_3_PIN 12 // ANALOG NUMBERING ////***Extuder3
  2412.  
  2413. ^
  2414.  
  2415. In file included from sketch\Repetier.h:179:0,
  2416.  
  2417. from sketch\motion.cpp:24:
  2418.  
  2419. sketch\Configuration.h:46:0: warning: "FAN_BOARD_PIN" redefined [enabled by default]
  2420.  
  2421. #define FAN_BOARD_PIN 11
  2422.  
  2423. ^
  2424.  
  2425. In file included from sketch\Configuration.h:41:0,
  2426.  
  2427. from sketch\Repetier.h:179,
  2428.  
  2429. from sketch\motion.cpp:24:
  2430.  
  2431. sketch\pins.h:2512:0: note: this is the location of the previous definition
  2432.  
  2433. #define FAN_BOARD_PIN -1
  2434.  
  2435. ^
  2436.  
  2437. In file included from sketch\Repetier.h:179:0,
  2438.  
  2439. from sketch\motion.cpp:24:
  2440.  
  2441. sketch\Configuration.h:372:0: warning: "SDCARDDETECT" redefined [enabled by default]
  2442.  
  2443. #define SDCARDDETECT -1
  2444.  
  2445. ^
  2446.  
  2447. In file included from sketch\Configuration.h:41:0,
  2448.  
  2449. from sketch\Repetier.h:179,
  2450.  
  2451. from sketch\motion.cpp:24:
  2452.  
  2453. sketch\pins.h:2579:0: note: this is the location of the previous definition
  2454.  
  2455. #define SDCARDDETECT ORIG_SDCARDDETECT
  2456.  
  2457. ^
  2458.  
  2459. In file included from sketch\ui.h:242:0,
  2460.  
  2461. from sketch\Repetier.h:422,
  2462.  
  2463. from sketch\motion.cpp:24:
  2464.  
  2465. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2466.  
  2467. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  2468.  
  2469. ^
  2470.  
  2471. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2472.  
  2473. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  2474.  
  2475. ^
  2476.  
  2477. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2478.  
  2479. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  2480.  
  2481. ^
  2482.  
  2483. In file included from sketch\Repetier.h:422:0,
  2484.  
  2485. from sketch\motion.cpp:24:
  2486.  
  2487. sketch\ui.h:1686:8: warning: extra tokens at end of #endif directive [enabled by default]
  2488.  
  2489. #endif CONTROLLER_LCD_MP_PHARAOH_DUE
  2490.  
  2491. ^
  2492.  
  2493. In file included from sketch\ui.h:1705:0,
  2494.  
  2495. from sketch\Repetier.h:422,
  2496.  
  2497. from sketch\motion.cpp:24:
  2498.  
  2499. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2500.  
  2501. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  2502.  
  2503. ^
  2504.  
  2505. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2506.  
  2507. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  2508.  
  2509. ^
  2510.  
  2511. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2512.  
  2513. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  2514.  
  2515. ^
  2516.  
  2517. In file included from sketch\motion.cpp:24:0:
  2518.  
  2519. sketch\Repetier.h:428:12: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2520.  
  2521. #error "You cannot use DISPLAY_D5_PIN, DISPLAY_D6_PIN or DISPLAY_D7_PIN for "User Keys" with character LCD display"
  2522.  
  2523. ^
  2524.  
  2525. In file included from sketch\Repetier.h:422:0,
  2526.  
  2527. from sketch\motion.cpp:24:
  2528.  
  2529. sketch\ui.h:259:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace [enabled by default]
  2530.  
  2531. typedef struct UIMenu_struct {
  2532.  
  2533. ^
  2534.  
  2535. In file included from sketch\Repetier.h:422:0,
  2536.  
  2537. from sketch\motion.cpp:24:
  2538.  
  2539. sketch\ui.h:1773:13: warning: unused parameter 'action' [-Wunused-parameter]
  2540.  
  2541. static void ui_check_Ukeys(int &action) {
  2542.  
  2543. ^
  2544.  
  2545. In file included from sketch\Repetier.h:556:0,
  2546.  
  2547. from sketch\motion.cpp:24:
  2548.  
  2549. sketch\motion.h:449:17: warning: unused parameter 'v' [-Wunused-parameter]
  2550.  
  2551. inline void updateAdvanceSteps(speed_t v, uint8_t max_loops, bool accelerate)
  2552.  
  2553. ^
  2554.  
  2555. sketch\motion.h:449:17: warning: unused parameter 'max_loops' [-Wunused-parameter]
  2556.  
  2557. sketch\motion.h:449:17: warning: unused parameter 'accelerate' [-Wunused-parameter]
  2558.  
  2559. sketch\motion.cpp: In member function 'void PrintLine::calculateMove(float*, uint8_t)':
  2560.  
  2561. sketch\motion.cpp:255:10: warning: variable 'critical' set but not used [-Wunused-but-set-variable]
  2562.  
  2563. bool critical = Printer::isZProbingActive();
  2564.  
  2565. ^
  2566.  
  2567. sketch\motion.cpp: In static member function 'static void PrintLine::arc(float*, float*, float*, float, uint8_t)':
  2568.  
  2569. sketch\motion.cpp:1706:11: warning: unused variable 'linear_travel' [-Wunused-variable]
  2570.  
  2571. float linear_travel = 0; //target[axis_linear] - position[axis_linear];
  2572.  
  2573. ^
  2574.  
  2575. In file included from sketch\Repetier.h:422:0,
  2576.  
  2577. from sketch\motion.cpp:24:
  2578.  
  2579. sketch\ui.h: At global scope:
  2580.  
  2581. sketch\ui.h:1773:13: warning: 'void ui_check_Ukeys(int&)' defined but not used [-Wunused-function]
  2582.  
  2583. static void ui_check_Ukeys(int &action) {
  2584.  
  2585. ^
  2586.  
  2587. In file included from sketch\Configuration.h:41:0,
  2588.  
  2589. from sketch\Repetier.h:179,
  2590.  
  2591. from sketch\ui.cpp:20:
  2592.  
  2593. sketch\pins.h:2403:58: warning: "/*" within comment [-Wcomment]
  2594.  
  2595. #define TEMP_0_PIN 14 // ANALOG NUMBERING ////***Extuder1
  2596.  
  2597. ^
  2598.  
  2599. sketch\pins.h:2404:58: warning: "/*" within comment [-Wcomment]
  2600.  
  2601. #define TEMP_1_PIN 15 // ANALOG NUMBERING ////***Bed
  2602.  
  2603. ^
  2604.  
  2605. sketch\pins.h:2405:58: warning: "/*" within comment [-Wcomment]
  2606.  
  2607. #define TEMP_2_PIN 13 // ANALOG NUMBERING ////***Extuder2
  2608.  
  2609. ^
  2610.  
  2611. sketch\pins.h:2407:58: warning: "/*" within comment [-Wcomment]
  2612.  
  2613. #define TEMP_3_PIN 12 // ANALOG NUMBERING ////***Extuder3
  2614.  
  2615. ^
  2616.  
  2617. In file included from sketch\Repetier.h:179:0,
  2618.  
  2619. from sketch\ui.cpp:20:
  2620.  
  2621. sketch\Configuration.h:46:0: warning: "FAN_BOARD_PIN" redefined [enabled by default]
  2622.  
  2623. #define FAN_BOARD_PIN 11
  2624.  
  2625. ^
  2626.  
  2627. In file included from sketch\Configuration.h:41:0,
  2628.  
  2629. from sketch\Repetier.h:179,
  2630.  
  2631. from sketch\ui.cpp:20:
  2632.  
  2633. sketch\pins.h:2512:0: note: this is the location of the previous definition
  2634.  
  2635. #define FAN_BOARD_PIN -1
  2636.  
  2637. ^
  2638.  
  2639. In file included from sketch\Repetier.h:179:0,
  2640.  
  2641. from sketch\ui.cpp:20:
  2642.  
  2643. sketch\Configuration.h:372:0: warning: "SDCARDDETECT" redefined [enabled by default]
  2644.  
  2645. #define SDCARDDETECT -1
  2646.  
  2647. ^
  2648.  
  2649. In file included from sketch\Configuration.h:41:0,
  2650.  
  2651. from sketch\Repetier.h:179,
  2652.  
  2653. from sketch\ui.cpp:20:
  2654.  
  2655. sketch\pins.h:2579:0: note: this is the location of the previous definition
  2656.  
  2657. #define SDCARDDETECT ORIG_SDCARDDETECT
  2658.  
  2659. ^
  2660.  
  2661. In file included from sketch\ui.h:242:0,
  2662.  
  2663. from sketch\Repetier.h:422,
  2664.  
  2665. from sketch\ui.cpp:20:
  2666.  
  2667. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2668.  
  2669. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  2670.  
  2671. ^
  2672.  
  2673. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2674.  
  2675. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  2676.  
  2677. ^
  2678.  
  2679. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2680.  
  2681. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  2682.  
  2683. ^
  2684.  
  2685. In file included from sketch\Repetier.h:422:0,
  2686.  
  2687. from sketch\ui.cpp:20:
  2688.  
  2689. sketch\ui.h:1686:8: warning: extra tokens at end of #endif directive [enabled by default]
  2690.  
  2691. #endif CONTROLLER_LCD_MP_PHARAOH_DUE
  2692.  
  2693. ^
  2694.  
  2695. In file included from sketch\ui.h:1705:0,
  2696.  
  2697. from sketch\Repetier.h:422,
  2698.  
  2699. from sketch\ui.cpp:20:
  2700.  
  2701. sketch\uilang.h:1146:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2702.  
  2703. #define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
  2704.  
  2705. ^
  2706.  
  2707. sketch\uilang.h:1147:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2708.  
  2709. #define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
  2710.  
  2711. ^
  2712.  
  2713. sketch\uilang.h:1148:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2714.  
  2715. #define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
  2716.  
  2717. ^
  2718.  
  2719. In file included from sketch\ui.cpp:20:0:
  2720.  
  2721. sketch\Repetier.h:428:12: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
  2722.  
  2723. #error "You cannot use DISPLAY_D5_PIN, DISPLAY_D6_PIN or DISPLAY_D7_PIN for "User Keys" with character LCD display"
  2724.  
  2725. ^
  2726.  
  2727. In file included from sketch\Repetier.h:422:0,
  2728.  
  2729. from sketch\ui.cpp:20:
  2730.  
  2731. sketch\ui.h:259:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace [enabled by default]
  2732.  
  2733. typedef struct UIMenu_struct {
  2734.  
  2735. ^
  2736.  
  2737. In file included from sketch\Repetier.h:422:0,
  2738.  
  2739. from sketch\ui.cpp:20:
  2740.  
  2741. sketch\ui.h:717:6: warning: unused parameter 'action' [-Wunused-parameter]
  2742.  
  2743. void uiCheckSlowKeys(int &action) {}
  2744.  
  2745. ^
  2746.  
  2747. In file included from sketch\Repetier.h:422:0,
  2748.  
  2749. from sketch\ui.cpp:20:
  2750.  
  2751. sketch\ui.h:1773:13: warning: unused parameter 'action' [-Wunused-parameter]
  2752.  
  2753. static void ui_check_Ukeys(int &action) {
  2754.  
  2755. ^
  2756.  
  2757. In file included from sketch\Repetier.h:556:0,
  2758.  
  2759. from sketch\ui.cpp:20:
  2760.  
  2761. sketch\motion.h:449:17: warning: unused parameter 'v' [-Wunused-parameter]
  2762.  
  2763. inline void updateAdvanceSteps(speed_t v, uint8_t max_loops, bool accelerate)
  2764.  
  2765. ^
  2766.  
  2767. sketch\motion.h:449:17: warning: unused parameter 'max_loops' [-Wunused-parameter]
  2768.  
  2769. sketch\motion.h:449:17: warning: unused parameter 'accelerate' [-Wunused-parameter]
  2770.  
  2771. sketch\ui.cpp:62:6: warning: unused parameter 'duration' [-Wunused-parameter]
  2772.  
  2773. void beep(uint8_t duration,uint8_t count)
  2774.  
  2775. ^
  2776.  
  2777. sketch\ui.cpp:62:6: warning: unused parameter 'count' [-Wunused-parameter]
  2778.  
  2779. sketch\ui.cpp:956:75: warning: '__progmem__' attribute ignored [-Wattributes]
  2780.  
  2781. void UIDisplay::createChar(uint8_t location,const uint8_t PROGMEM charmap[])
  2782.  
  2783. ^
  2784.  
  2785. sketch\ui.cpp: In member function 'void UIDisplay::waitForKey()':
  2786.  
  2787. sketch\ui.cpp:971:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2788.  
  2789. while(lastButtonAction == nextAction)
  2790.  
  2791. ^
  2792.  
  2793. sketch\ui.cpp: In member function 'void UIDisplay::parse(const char*, bool)':
  2794.  
  2795. sketch\ui.cpp:1265:22: warning: unused variable 'c2' [-Wunused-variable]
  2796.  
  2797. char c2=(ram ? *(txt++) : pgm_read_byte(txt++));
  2798.  
  2799. ^
  2800.  
  2801. sketch\ui.cpp: In member function 'void UIDisplay::updateSDFileCount()':
  2802.  
  2803. sketch\ui.cpp:1663:10: warning: unused variable 'offset' [-Wunused-variable]
  2804.  
  2805. byte offset = menuTop[menuLevel];
  2806.  
  2807. ^
  2808.  
  2809. sketch\ui.cpp: In member function 'void UIDisplay::adjustMenuPos()':
  2810.  
  2811. sketch\ui.cpp:2404:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2812.  
  2813. while(menuPos[menuLevel] < numEntries - 1) // Go down until we reach visible position
  2814.  
  2815. ^
  2816.  
  2817. In file included from sketch\HAL.h:33:0,
  2818.  
  2819. from sketch\Repetier.h:415,
  2820.  
  2821. from sketch\ui.cpp:20:
  2822.  
  2823. sketch\ui.cpp: In member function 'bool UIDisplay::nextPreviousAction(int16_t, bool)':
  2824.  
  2825. sketch\ui.cpp:2771:48: warning: array subscript has type 'char' [-Wchar-subscripts]
  2826.  
  2827. rate = pgm_read_dword(&(baudrates[p]));
  2828.  
  2829. ^
  2830.  
  2831. sketch\ui.cpp:2779:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2832.  
  2833. if(p > sizeof(baudrates)/4 - 2) p = sizeof(baudrates)/4 - 2;
  2834.  
  2835. ^
  2836.  
  2837. In file included from sketch\HAL.h:33:0,
  2838.  
  2839. from sketch\Repetier.h:415,
  2840.  
  2841. from sketch\ui.cpp:20:
  2842.  
  2843. sketch\ui.cpp:2780:48: warning: array subscript has type 'char' [-Wchar-subscripts]
  2844.  
  2845. baudrate = pgm_read_dword(&(baudrates[p]));
  2846.  
  2847. ^
  2848.  
  2849. sketch\ui.cpp:2493:13: warning: unused variable 'entType' [-Wunused-variable]
  2850.  
  2851. uint8_t entType = HAL::readFlashByte((PGM_P)&(ent->menuType));
  2852.  
  2853. ^
  2854.  
  2855. sketch\ui.cpp: At global scope:
  2856.  
  2857. sketch\ui.cpp:2891:6: warning: unused parameter 'action' [-Wunused-parameter]
  2858.  
  2859. void UIDisplay::finishAction(int action)
  2860.  
  2861. ^
  2862.  
  2863. sketch\ui.cpp: In member function 'void UIDisplay::slowAction(bool)':
  2864.  
  2865. sketch\ui.cpp:3522:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2866.  
  2867. if(lastButtonAction != nextAction)
  2868.  
  2869. ^
  2870.  
  2871. sketch\ui.cpp:3594:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2872.  
  2873. if(menuLevel > 0 && ui_autoreturn_time < time && !uid.isWizardActive()) // Go to top menu after x seoonds
  2874.  
  2875. ^
  2876.  
  2877. sketch\ui.cpp:3620:17: warning: unused variable 'mtype' [-Wunused-variable]
  2878.  
  2879. uint8_t mtype = pgm_read_byte((void*)&(men->menuType));
  2880.  
  2881. ^
  2882.  
  2883. sketch\ui.cpp: In member function 'void UIDisplay::fastAction()':
  2884.  
  2885. sketch\ui.cpp:3661:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  2886.  
  2887. if(lastButtonAction != nextAction)
  2888.  
  2889. ^
  2890.  
  2891. sketch\ui.cpp: In function 'void getSDFilenameAt(uint16_t, char*)':
  2892.  
  2893. sketch\ui.cpp:1688:5: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized]
  2894.  
  2895. while ((p = root->getLongFilename(p, tempLongFilename, 0, NULL)))
  2896.  
  2897. ^
  2898.  
  2899. sketch\cores\USBCore.cpp:1:19: fatal error: HID.cpp: No such file or directory
  2900.  
  2901. #include <HID.cpp>
  2902.  
  2903. ^
  2904.  
  2905. compilation terminated.
  2906.  
  2907. exit status 1
  2908. Fehler beim Kompilieren für das Board Arduino/Genuino Mega or Mega 2560.
  2909.  
  2910. Dieser Bericht wäre detaillierter, wenn die Option
  2911. "Ausführliche Ausgabe während der Kompilierung"
  2912. in Datei -> Voreinstellungen aktiviert wäre.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement