Advertisement
Guest User

NewkCortexCompile3

a guest
Jul 17th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 84.35 KB | None | 0 0
  1. Building with ccache DISABLED. Consider installing it.
  2. (0/261)
  3. (1/261)
  4. In file included from System/Color.cpp:17:
  5. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  6. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  7.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  8.       |                                                                                     ^
  9. (2/261)
  10. In file included from Managers/MovableMan.h:29,
  11.                  from Entities/MovableObject.h:25,
  12.                  from Entities/MOSprite.h:17,
  13.                  from Entities/MOSRotating.h:17,
  14.                  from Entities/Actor.h:17,
  15.                  from Managers/PresetMan.h:27,
  16.                  from System/ContentFile.cpp:22:
  17. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  18. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  19.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  20.       |                                                                                     ^
  21. (3/261)
  22. In file included from Managers/RTEManagers.h:16,
  23.                  from System/DataModule.cpp:15:
  24. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  25. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  26.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  27.       |                                                                                     ^
  28. (4/261)
  29. (5/261)
  30. In file included from System/DDTTools.cpp:18:
  31. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  32. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  33.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  34.       |                                                                                     ^
  35. (6/261)
  36. (7/261)
  37. In file included from Managers/SceneMan.h:32,
  38.                  from System/PathFinder.h:21,
  39.                  from System/PathFinder.cpp:14:
  40. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  41. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  42.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  43.       |                                                                                     ^
  44. (8/261)
  45. In file included from Managers/MovableMan.h:29,
  46.                  from Entities/MovableObject.h:25,
  47.                  from Entities/MOSprite.h:17,
  48.                  from Entities/MOSRotating.h:17,
  49.                  from System/Reader.cpp:18:
  50. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  51. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  52.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  53.       |                                                                                     ^
  54. (9/261)
  55. (10/261)
  56. (11/261)
  57. (12/261)
  58. (13/261)
  59. (14/261)
  60. (15/261)
  61. (16/261)
  62. In file included from Managers/MovableMan.h:29,
  63.                  from Entities/MovableObject.h:25,
  64.                  from Entities/MOSprite.h:17,
  65.                  from Entities/MOSRotating.h:17,
  66.                  from Entities/Actor.h:17,
  67.                  from Managers/PresetMan.h:27,
  68.                  from Entities/MultiplayerGame.cpp:17:
  69. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  70. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  71.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  72.       |                                                                                     ^
  73. In file included from Entities/MultiplayerGame.cpp:49:
  74. Managers/NetworkClient.h: At global scope:
  75. Managers/NetworkClient.h:120:25: warning: extra qualification โ€˜RTE::NetworkClient::โ€™ on member โ€˜ConnectBlockingโ€™ [-fpermissive]
  76.   120 |   RakNet::SystemAddress NetworkClient::ConnectBlocking(RakNet::RakPeerInterface *rakPeer, const char *address, unsigned short int port);
  77.       |                         ^~~~~~~~~~~~~
  78. (17/261)
  79. In file included from Entities/Scene.h:23,
  80.                  from Entities/GameActivity.h:22,
  81.                  from Entities/MultiplayerServerLobby.h:19,
  82.                  from Entities/MultiplayerServerLobby.cpp:16:
  83. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  84. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  85.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  86.       |                                                                                     ^
  87. In file included from Managers/NetworkServer.h:20,
  88.                  from Entities/MultiplayerServerLobby.h:21,
  89.                  from Entities/MultiplayerServerLobby.cpp:16:
  90. Managers/NetworkClient.h: At global scope:
  91. Managers/NetworkClient.h:120:25: warning: extra qualification โ€˜RTE::NetworkClient::โ€™ on member โ€˜ConnectBlockingโ€™ [-fpermissive]
  92.   120 |   RakNet::SystemAddress NetworkClient::ConnectBlocking(RakNet::RakPeerInterface *rakPeer, const char *address, unsigned short int port);
  93.       |                         ^~~~~~~~~~~~~
  94. In file included from Entities/MultiplayerServerLobby.h:21,
  95.                  from Entities/MultiplayerServerLobby.cpp:16:
  96. Managers/NetworkServer.h:198:8: warning: extra qualification โ€˜RTE::NetworkServer::โ€™ on member โ€˜ClearTerrainChangeQueueโ€™ [-fpermissive]
  97.   198 |   void NetworkServer::ClearTerrainChangeQueue(int player);
  98.       |        ^~~~~~~~~~~~~
  99. Managers/NetworkServer.h:220:25: warning: extra qualification โ€˜RTE::NetworkServer::โ€™ on member โ€˜ConnectBlockingโ€™ [-fpermissive]
  100.   220 |   RakNet::SystemAddress NetworkServer::ConnectBlocking(RakNet::RakPeerInterface *rakPeer, const char *address, int port);
  101.       |                         ^~~~~~~~~~~~~
  102. (18/261)
  103. In file included from Managers/UInputMan.h:23,
  104.                  from Entities/Controller.cpp:15:
  105. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  106. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  107.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  108.       |                                                                                     ^
  109. (19/261)
  110. In file included from Managers/MovableMan.h:29,
  111.                  from Entities/MovableObject.h:25,
  112.                  from Entities/Emission.h:13,
  113.                  from Entities/Emission.cpp:11:
  114. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  115. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  116.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  117.       |                                                                                     ^
  118. (20/261)
  119. In file included from Managers/MovableMan.h:29,
  120.                  from Entities/MovableObject.h:25,
  121.                  from Entities/MOSprite.h:17,
  122.                  from Entities/MOSParticle.h:17,
  123.                  from Entities/PEmitter.h:17,
  124.                  from Entities/PEmitter.cpp:14:
  125. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  126. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  127.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  128.       |                                                                                     ^
  129. (21/261)
  130. In file included from Managers/MovableMan.h:29,
  131.                  from Entities/MovableObject.h:25,
  132.                  from Entities/MOSprite.h:17,
  133.                  from Entities/MOSRotating.h:17,
  134.                  from Entities/Actor.h:17,
  135.                  from Entities/ACraft.h:17,
  136.                  from Entities/ACDropShip.h:17,
  137.                  from Entities/ACDropShip.cpp:14:
  138. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  139. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  140.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  141.       |                                                                                     ^
  142. (22/261)
  143. In file included from Managers/MovableMan.h:29,
  144.                  from Entities/MovableObject.h:25,
  145.                  from Entities/MOSprite.h:17,
  146.                  from Entities/MOSRotating.h:17,
  147.                  from Entities/Actor.h:17,
  148.                  from Entities/ACrab.h:17,
  149.                  from Entities/ACrab.cpp:14:
  150. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  151. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  152.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  153.       |                                                                                     ^
  154. Entities/ACrab.cpp: In member function โ€˜virtual void RTE::ACrab::UpdateAI()โ€™:
  155. Entities/ACrab.cpp:1223:34: warning: comparison between โ€˜enum RTE::ACrab::DeviceHandlingStateโ€™ and โ€˜enum RTE::Actor::ObstacleStateโ€™ [-Wenum-compare]
  156.  1223 |             if (m_DeviceState != JUMPING)
  157.       |                                  ^~~~~~~
  158. (23/261)
  159. In file included from Managers/MovableMan.h:29,
  160.                  from Entities/MovableObject.h:25,
  161.                  from Entities/MOSprite.h:17,
  162.                  from Entities/MOSRotating.h:17,
  163.                  from Entities/Actor.h:17,
  164.                  from Entities/ACraft.h:17,
  165.                  from Entities/ACraft.cpp:14:
  166. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  167. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  168.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  169.       |                                                                                     ^
  170. (24/261)
  171. In file included from Managers/MovableMan.h:29,
  172.                  from Entities/MovableObject.h:25,
  173.                  from Entities/MOSprite.h:17,
  174.                  from Entities/MOSRotating.h:17,
  175.                  from Entities/Actor.h:17,
  176.                  from Entities/ACraft.h:17,
  177.                  from Entities/ACRocket.h:17,
  178.                  from Entities/ACRocket.cpp:15:
  179. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  180. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  181.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  182.       |                                                                                     ^
  183. (25/261)
  184. In file included from Managers/UInputMan.h:23,
  185.                  from Entities/Actor.cpp:14:
  186. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  187. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  188.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  189.       |                                                                                     ^
  190. (26/261)
  191. In file included from Managers/MovableMan.h:29,
  192.                  from Entities/MovableObject.h:25,
  193.                  from Entities/MOSprite.h:17,
  194.                  from Entities/MOSRotating.h:17,
  195.                  from Entities/Actor.h:17,
  196.                  from Entities/ADoor.h:17,
  197.                  from Entities/ADoor.cpp:14:
  198. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  199. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  200.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  201.       |                                                                                     ^
  202. (27/261)
  203. In file included from Managers/MovableMan.h:29,
  204.                  from Entities/MovableObject.h:25,
  205.                  from Entities/MOSprite.h:17,
  206.                  from Entities/MOSRotating.h:17,
  207.                  from Entities/Attachable.h:17,
  208.                  from Entities/AEmitter.h:17,
  209.                  from Entities/AEmitter.cpp:14:
  210. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  211. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  212.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  213.       |                                                                                     ^
  214. (28/261)
  215. In file included from Managers/MovableMan.h:29,
  216.                  from Entities/MovableObject.h:25,
  217.                  from Entities/MOSprite.h:17,
  218.                  from Entities/MOSRotating.h:17,
  219.                  from Entities/Actor.h:17,
  220.                  from Entities/AHuman.h:17,
  221.                  from Entities/AHuman.cpp:14:
  222. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  223. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  224.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  225.       |                                                                                     ^
  226. Entities/AHuman.cpp: In member function โ€˜virtual void RTE::AHuman::UpdateAI()โ€™:
  227. Entities/AHuman.cpp:2007:34: warning: comparison between โ€˜enum RTE::AHuman::DeviceHandlingStateโ€™ and โ€˜enum RTE::Actor::ObstacleStateโ€™ [-Wenum-compare]
  228.  2007 |             if (m_DeviceState != JUMPING)
  229.       |                                  ^~~~~~~
  230. (29/261)
  231. In file included from Managers/MovableMan.h:29,
  232.                  from Entities/MovableObject.h:25,
  233.                  from Entities/MOSprite.h:17,
  234.                  from Entities/MOSRotating.h:17,
  235.                  from Entities/Attachable.h:17,
  236.                  from Entities/Arm.h:17,
  237.                  from Entities/Arm.cpp:14:
  238. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  239. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  240.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  241.       |                                                                                     ^
  242. (30/261)
  243. In file included from Entities/LimbPath.h:20,
  244.                  from Entities/Atom.h:24,
  245.                  from Entities/Atom.cpp:14:
  246. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  247. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  248.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  249.       |                                                                                     ^
  250. (31/261)
  251. In file included from Entities/LimbPath.h:20,
  252.                  from Entities/Atom.h:24,
  253.                  from Entities/AtomGroup.h:18,
  254.                  from Entities/AtomGroup.cpp:14:
  255. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  256. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  257.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  258.       |                                                                                     ^
  259. (32/261)
  260. In file included from Managers/MovableMan.h:29,
  261.                  from Entities/MovableObject.h:25,
  262.                  from Entities/MOSprite.h:17,
  263.                  from Entities/MOSRotating.h:17,
  264.                  from Entities/Attachable.h:17,
  265.                  from Entities/Attachable.cpp:14:
  266. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  267. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  268.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  269.       |                                                                                     ^
  270. (33/261)
  271. In file included from Entities/TerrainObject.h:24,
  272.                  from Entities/BunkerAssembly.h:22,
  273.                  from Entities/BunkerAssembly.cpp:14:
  274. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  275. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  276.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  277.       |                                                                                     ^
  278. Entities/BunkerAssembly.cpp: In member function โ€˜virtual int RTE::BunkerAssembly::ReadProperty(std::string, RTE::Reader&)โ€™:
  279. Entities/BunkerAssembly.cpp:266:52: warning: ''' flag used with โ€˜%nโ€™ gnu_printf format [-Wformat=]
  280.  266 |    sprintf(s, "Required BunkerAssemblyScheme '%s%' not found when trying to load BunkerAssembly '%s'! BunkerAssemblySchemes MUST be defined before dependent BunkerAssmeblies.", parentScheme.c_str(), m_PresetName.c_str());
  281.      |                                                    ^
  282. Entities/BunkerAssembly.cpp:266:52: warning: ' ' flag used with โ€˜%nโ€™ gnu_printf format [-Wformat=]
  283. Entities/BunkerAssembly.cpp:266:220: warning: writing into constant object (argument 4) [-Wformat=]
  284.  266 |    sprintf(s, "Required BunkerAssemblyScheme '%s%' not found when trying to load BunkerAssembly '%s'! BunkerAssemblySchemes MUST be defined before dependent BunkerAssmeblies.", parentScheme.c_str(), m_PresetName.c_str());
  285.      |                                                                                                                                                                                                                            ^
  286. Entities/BunkerAssembly.cpp:266:52: warning: format โ€˜%nโ€™ expects argument of type โ€˜int*โ€™, but argument 4 has type โ€˜const char*โ€™ [-Wformat=]
  287.  266 |    sprintf(s, "Required BunkerAssemblyScheme '%s%' not found when trying to load BunkerAssembly '%s'! BunkerAssemblySchemes MUST be defined before dependent BunkerAssmeblies.", parentScheme.c_str(), m_PresetName.c_str());
  288.      |                                                 ~~~^                                                                                                                                                   ~~~~~~~~~~~~~~~~~~~~
  289.      |                                                    |                                                                                                                                                                     |
  290.      |                                                    int*                                                                                                                                                                  const char*
  291.      |                                                 %' hhn
  292. Entities/BunkerAssembly.cpp:266:99: warning: format โ€˜%sโ€™ expects a matching โ€˜char*โ€™ argument [-Wformat=]
  293.   266 |    sprintf(s, "Required BunkerAssemblyScheme '%s%' not found when trying to load BunkerAssembly '%s'! BunkerAssemblySchemes MUST be defined before dependent BunkerAssmeblies.", parentScheme.c_str(), m_PresetName.c_str());
  294.       |                                                                                                  ~^
  295.       |                                                                                                   |
  296.       |                                                                                                   char*
  297. (34/261)
  298. In file included from Entities/BunkerAssemblyScheme.h:24,
  299.                  from Entities/BunkerAssemblyScheme.cpp:14:
  300. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  301. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  302.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  303.       |                                                                                     ^
  304. (35/261)
  305. In file included from Entities/Deployment.h:24,
  306.                  from Entities/Deployment.cpp:14:
  307. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  308. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  309.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  310.       |                                                                                     ^
  311. (36/261)
  312. In file included from Managers/MovableMan.h:29,
  313.                  from Entities/MovableObject.h:25,
  314.                  from Entities/MOSprite.h:17,
  315.                  from Entities/MOSRotating.h:17,
  316.                  from Entities/Actor.h:17,
  317.                  from Managers/PresetMan.h:27,
  318.                  from Entities/Entity.cpp:15:
  319. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  320. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  321.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  322.       |                                                                                     ^
  323. (37/261)
  324. In file included from Managers/MovableMan.h:29,
  325.                  from Entities/MovableObject.h:25,
  326.                  from Entities/MOSprite.h:17,
  327.                  from Entities/MOSRotating.h:17,
  328.                  from Entities/Actor.h:17,
  329.                  from Entities/GlobalScript.h:18,
  330.                  from Entities/GlobalScript.cpp:14:
  331. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  332. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  333.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  334.       |                                                                                     ^
  335. (38/261)
  336. In file included from Managers/MovableMan.h:29,
  337.                  from Entities/MovableObject.h:25,
  338.                  from Entities/MOSprite.h:17,
  339.                  from Entities/MOSRotating.h:17,
  340.                  from Entities/Attachable.h:17,
  341.                  from Entities/HeldDevice.h:17,
  342.                  from Entities/HDFirearm.h:17,
  343.                  from Entities/HDFirearm.cpp:14:
  344. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  345. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  346.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  347.       |                                                                                     ^
  348. (39/261)
  349. In file included from Managers/MovableMan.h:29,
  350.                  from Entities/MovableObject.h:25,
  351.                  from Entities/MOSprite.h:17,
  352.                  from Entities/MOSRotating.h:17,
  353.                  from Entities/Attachable.h:17,
  354.                  from Entities/HeldDevice.h:17,
  355.                  from Entities/HeldDevice.cpp:14:
  356. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  357. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  358.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  359.       |                                                                                     ^
  360. (40/261)
  361. In file included from Entities/Icon.cpp:16:
  362. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  363. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  364.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  365.       |                                                                                     ^
  366. (41/261)
  367. In file included from Managers/MovableMan.h:29,
  368.                  from Entities/MovableObject.h:25,
  369.                  from Entities/MOSprite.h:17,
  370.                  from Entities/MOSRotating.h:17,
  371.                  from Entities/Attachable.h:17,
  372.                  from Entities/Leg.h:17,
  373.                  from Entities/Leg.cpp:14:
  374. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  375. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  376.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  377.       |                                                                                     ^
  378. (42/261)
  379. In file included from Entities/LimbPath.h:20,
  380.                  from Entities/LimbPath.cpp:14:
  381. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  382. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  383.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  384.       |                                                                                     ^
  385. (43/261)
  386. In file included from Managers/MovableMan.h:29,
  387.                  from Entities/MovableObject.h:25,
  388.                  from Entities/MOSprite.h:17,
  389.                  from Entities/MOSRotating.h:17,
  390.                  from Entities/Actor.h:17,
  391.                  from Managers/PresetMan.h:27,
  392.                  from Entities/Loadout.cpp:16:
  393. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  394. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  395.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  396.       |                                                                                     ^
  397. (44/261)
  398. In file included from Managers/MovableMan.h:29,
  399.                  from Entities/MovableObject.h:25,
  400.                  from Entities/MOSprite.h:17,
  401.                  from Entities/MOSRotating.h:17,
  402.                  from Entities/Attachable.h:17,
  403.                  from Entities/Magazine.h:17,
  404.                  from Entities/Magazine.cpp:14:
  405. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  406. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  407.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  408.       |                                                                                     ^
  409. (45/261)
  410. In file included from Entities/Material.cpp:16:
  411. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  412. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  413.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  414.       |                                                                                     ^
  415. (46/261)
  416. In file included from Managers/MovableMan.h:29,
  417.                  from Entities/MovableObject.h:25,
  418.                  from Entities/MOSprite.h:17,
  419.                  from Entities/MOSRotating.h:17,
  420.                  from Entities/Actor.h:17,
  421.                  from Managers/PresetMan.h:27,
  422.                  from Entities/MetaPlayer.cpp:16:
  423. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  424. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  425.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  426.       |                                                                                     ^
  427. (47/261)
  428. In file included from Managers/MovableMan.h:29,
  429.                  from Entities/MovableObject.h:25,
  430.                  from Entities/MOPixel.h:17,
  431.                  from Entities/MOPixel.cpp:14:
  432. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  433. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  434.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  435.       |                                                                                     ^
  436. (48/261)
  437. In file included from Managers/MovableMan.h:29,
  438.                  from Entities/MovableObject.h:25,
  439.                  from Entities/MOSprite.h:17,
  440.                  from Entities/MOSParticle.h:17,
  441.                  from Entities/MOSParticle.cpp:14:
  442. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  443. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  444.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  445.       |                                                                                     ^
  446. (49/261)
  447. In file included from Managers/MovableMan.h:29,
  448.                  from Entities/MovableObject.h:25,
  449.                  from Entities/MOSprite.h:17,
  450.                  from Entities/MOSprite.cpp:14:
  451. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  452. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  453.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  454.       |                                                                                     ^
  455. (50/261)
  456. In file included from Managers/MovableMan.h:29,
  457.                  from Entities/MovableObject.h:25,
  458.                  from Entities/MOSprite.h:17,
  459.                  from Entities/MOSRotating.h:17,
  460.                  from Entities/MOSRotating.cpp:14:
  461. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  462. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  463.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  464.       |                                                                                     ^
  465. (51/261)
  466. In file included from Managers/MovableMan.h:29,
  467.                  from Entities/MovableObject.h:25,
  468.                  from Entities/MovableObject.cpp:14:
  469. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  470. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  471.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  472.       |                                                                                     ^
  473. (52/261)
  474. In file included from Entities/Scene.h:23,
  475.                  from Entities/Scene.cpp:14:
  476. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  477. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  478.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  479.       |                                                                                     ^
  480. (53/261)
  481. In file included from Entities/SceneLayer.h:26,
  482.                  from Entities/SceneLayer.cpp:14:
  483. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  484. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  485.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  486.       |                                                                                     ^
  487. (54/261)
  488. In file included from Managers/MovableMan.h:29,
  489.                  from Entities/MovableObject.h:25,
  490.                  from Entities/MOSprite.h:17,
  491.                  from Entities/MOSRotating.h:17,
  492.                  from Entities/Actor.h:17,
  493.                  from Managers/PresetMan.h:27,
  494.                  from Entities/SceneObject.cpp:15:
  495. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  496. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  497.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  498.       |                                                                                     ^
  499. (55/261)
  500. In file included from Entities/SceneLayer.h:26,
  501.                  from Entities/SLTerrain.h:17,
  502.                  from Entities/SLTerrain.cpp:14:
  503. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  504. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  505.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  506.       |                                                                                     ^
  507. (56/261)
  508. (57/261)
  509. In file included from Managers/MovableMan.h:29,
  510.                  from Entities/MovableObject.h:25,
  511.                  from Entities/MOSprite.h:17,
  512.                  from Entities/MOSRotating.h:17,
  513.                  from Entities/Attachable.h:17,
  514.                  from Entities/HeldDevice.h:17,
  515.                  from Entities/ThrownDevice.h:17,
  516.                  from Entities/TDExplosive.h:17,
  517.                  from Entities/TDExplosive.cpp:14:
  518. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  519. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  520.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  521.       |                                                                                     ^
  522. (58/261)
  523. In file included from Entities/SceneLayer.h:26,
  524.                  from Entities/SLTerrain.h:17,
  525.                  from Entities/TerrainDebris.cpp:16:
  526. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  527. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  528.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  529.       |                                                                                     ^
  530. (59/261)
  531. In file included from Entities/TerrainObject.h:24,
  532.                  from Entities/TerrainObject.cpp:14:
  533. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  534. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  535.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  536.       |                                                                                     ^
  537. (60/261)
  538. In file included from Managers/MovableMan.h:29,
  539.                  from Entities/MovableObject.h:25,
  540.                  from Entities/MOSprite.h:17,
  541.                  from Entities/MOSRotating.h:17,
  542.                  from Entities/Attachable.h:17,
  543.                  from Entities/HeldDevice.h:17,
  544.                  from Entities/ThrownDevice.h:17,
  545.                  from Entities/ThrownDevice.cpp:14:
  546. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  547. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  548.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  549.       |                                                                                     ^
  550. (61/261)
  551. In file included from Managers/MovableMan.h:29,
  552.                  from Entities/MovableObject.h:25,
  553.                  from Entities/MOSprite.h:17,
  554.                  from Entities/MOSRotating.h:17,
  555.                  from Entities/Attachable.h:17,
  556.                  from Entities/Turret.h:17,
  557.                  from Entities/Turret.cpp:14:
  558. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  559. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  560.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  561.       |                                                                                     ^
  562. (62/261)
  563. In file included from Managers/MovableMan.h:29,
  564.                  from Entities/MovableObject.h:25,
  565.                  from Entities/MOSprite.h:17,
  566.                  from Entities/MOSRotating.h:17,
  567.                  from Entities/Actor.h:17,
  568.                  from Managers/PresetMan.h:27,
  569.                  from Entities/ActorEditor.cpp:15:
  570. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  571. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  572.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  573.       |                                                                                     ^
  574. (63/261)
  575. In file included from Managers/MovableMan.h:29,
  576.                  from Entities/MovableObject.h:25,
  577.                  from Entities/MOSprite.h:17,
  578.                  from Entities/MOSRotating.h:17,
  579.                  from Entities/Actor.h:17,
  580.                  from Managers/PresetMan.h:27,
  581.                  from Entities/AreaEditor.cpp:15:
  582. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  583. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  584.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  585.       |                                                                                     ^
  586. (64/261)
  587. In file included from Entities/TerrainObject.h:24,
  588.                  from Entities/BunkerAssembly.h:22,
  589.                  from Entities/AssemblyEditor.h:22,
  590.                  from Entities/AssemblyEditor.cpp:14:
  591. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  592. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  593.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  594.       |                                                                                     ^
  595. (65/261)
  596. In file included from Managers/MovableMan.h:29,
  597.                  from Entities/MovableObject.h:25,
  598.                  from Entities/MOSprite.h:17,
  599.                  from Entities/MOSRotating.h:17,
  600.                  from Entities/Actor.h:17,
  601.                  from Managers/PresetMan.h:27,
  602.                  from Entities/BaseEditor.cpp:15:
  603. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  604. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  605.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  606.       |                                                                                     ^
  607. (66/261)
  608. In file included from Managers/MovableMan.h:29,
  609.                  from Entities/MovableObject.h:25,
  610.                  from Entities/MOSprite.h:17,
  611.                  from Entities/MOSRotating.h:17,
  612.                  from Entities/Actor.h:17,
  613.                  from Managers/PresetMan.h:27,
  614.                  from Entities/EditorActivity.cpp:15:
  615. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  616. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  617.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  618.       |                                                                                     ^
  619. (67/261)
  620. In file included from Entities/Scene.h:23,
  621.                  from Entities/GameActivity.h:22,
  622.                  from Entities/GABaseDefense.h:19,
  623.                  from Entities/GABaseDefense.cpp:14:
  624. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  625. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  626.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  627.       |                                                                                     ^
  628. (68/261)
  629. In file included from Entities/Scene.h:23,
  630.                  from Entities/GameActivity.h:22,
  631.                  from Entities/GABrainMatch.h:18,
  632.                  from Entities/GABrainMatch.cpp:14:
  633. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  634. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  635.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  636.       |                                                                                     ^
  637. (69/261)
  638. In file included from Entities/Scene.h:23,
  639.                  from Entities/GameActivity.h:22,
  640.                  from Entities/GameActivity.cpp:14:
  641. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  642. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  643.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  644.       |                                                                                     ^
  645. (70/261)
  646. In file included from Entities/Scene.h:23,
  647.                  from Entities/GameActivity.h:22,
  648.                  from Entities/GAScripted.h:20,
  649.                  from Entities/GAScripted.cpp:14:
  650. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  651. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  652.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  653.       |                                                                                     ^
  654. (71/261)
  655. In file included from Entities/Scene.h:23,
  656.                  from Entities/GameActivity.h:22,
  657.                  from Entities/GATutorial.h:19,
  658.                  from Entities/GATutorial.cpp:14:
  659. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  660. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  661.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  662.       |                                                                                     ^
  663. (72/261)
  664. In file included from Managers/MovableMan.h:29,
  665.                  from Entities/MovableObject.h:25,
  666.                  from Entities/MOSprite.h:17,
  667.                  from Entities/MOSRotating.h:17,
  668.                  from Entities/Actor.h:17,
  669.                  from Managers/PresetMan.h:27,
  670.                  from Entities/GibEditor.cpp:15:
  671. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  672. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  673.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  674.       |                                                                                     ^
  675. (73/261)
  676. In file included from Managers/MovableMan.h:29,
  677.                  from Entities/MovableObject.h:25,
  678.                  from Entities/MOSprite.h:17,
  679.                  from Entities/MOSRotating.h:17,
  680.                  from Entities/Actor.h:17,
  681.                  from Managers/PresetMan.h:27,
  682.                  from Entities/SceneEditor.cpp:15:
  683. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  684. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  685.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  686.       |                                                                                     ^
  687. (74/261)
  688. Managers/NetworkServer.cpp:26:10: fatal error: lz4.h: No such file or directory
  689.    26 | #include "lz4.h"
  690.       |          ^~~~~~~
  691. compilation terminated.
  692. (75/261)
  693. Managers/NetworkClient.cpp:25:10: fatal error: lz4.h: No such file or directory
  694.    25 | #include "lz4.h"
  695.       |          ^~~~~~~
  696. compilation terminated.
  697. (76/261)
  698. (77/261)
  699. In file included from Managers/MovableMan.h:29,
  700.                  from Entities/MovableObject.h:25,
  701.                  from Entities/MOSprite.h:17,
  702.                  from Entities/MOSRotating.h:17,
  703.                  from Entities/Actor.h:17,
  704.                  from Managers/PresetMan.h:27,
  705.                  from Managers/ActivityMan.cpp:15:
  706. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  707. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  708.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  709.       |                                                                                     ^
  710. (78/261)
  711. (79/261)
  712. In file included from Managers/RTEManagers.h:16,
  713.                  from Managers/ConsoleMan.cpp:15:
  714. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  715. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  716.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  717.       |                                                                                     ^
  718. (80/261)
  719. (81/261)
  720. In file included from Managers/FrameMan.cpp:16:
  721. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  722. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  723.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  724.       |                                                                                     ^
  725. Managers/FrameMan.cpp: In member function โ€˜void RTE::FrameMan::Draw()โ€™:
  726. Managers/FrameMan.cpp:2229:43: warning: format โ€˜%iโ€™ expects argument of type โ€˜intโ€™, but argument 3 has type โ€˜long intโ€™ [-Wformat=]
  727.  2229 |                 sprintf(str, "Particles: %i", g_MovableMan.GetParticleCount());
  728.       |                                          ~^
  729.       |                                           |
  730.       |                                           int
  731.       |                                          %li
  732. Managers/FrameMan.cpp:2275:24: warning: format โ€˜%iโ€™ expects argument of type โ€˜intโ€™, but argument 3 has type โ€˜int64_tโ€™ {aka โ€˜long intโ€™} [-Wformat=]
  733.  2275 |      sprintf(str, "T: %i", GetPerormanceCounterAverage(static_cast<PerformanceCounters>(pc)) / 1000);
  734.       |                       ~^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  735.       |                        |                                                                     |
  736.       |                        int                                                                   int64_t {aka long int}
  737.       |                       %li
  738. (82/261)
  739. (83/261)
  740. In file included from Managers/RTEManagers.h:16,
  741.                  from Managers/LuaMan.cpp:16:
  742. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  743. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  744.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  745.       |                                                                                     ^
  746. Managers/LuaMan.cpp: In member function โ€˜std::string RTE::LuaMan::GetNewPresetID()โ€™:
  747. Managers/LuaMan.cpp:2537:27: warning: format โ€˜%iโ€™ expects argument of type โ€˜intโ€™, but argument 3 has type โ€˜long intโ€™ [-Wformat=]
  748.  2537 |     sprintf(newID, "Pre%05i", m_NextPresetID);
  749.       |                        ~~~^   ~~~~~~~~~~~~~~
  750.       |                           |   |
  751.       |                           int long int
  752.       |                        %05li
  753. Managers/LuaMan.cpp: In member function โ€˜std::string RTE::LuaMan::GetNewObjectID()โ€™:
  754. Managers/LuaMan.cpp:2556:27: warning: format โ€˜%iโ€™ expects argument of type โ€˜intโ€™, but argument 3 has type โ€˜long intโ€™ [-Wformat=]
  755.  2556 |     sprintf(newID, "Obj%05i", m_NextObjectID);
  756.       |                        ~~~^   ~~~~~~~~~~~~~~
  757.       |                           |   |
  758.       |                           int long int
  759.       |                        %05li
  760. c++: fatal error: Terminated signal terminated program cc1plus
  761. compilation terminated.
  762. (84/261)
  763. In file included from Entities/Scene.h:23,
  764.                  from Entities/GameActivity.h:22,
  765.                  from Entities/GAScripted.h:20,
  766.                  from Managers/MetaMan.h:32,
  767.                  from Managers/MetaMan.cpp:14:
  768. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  769. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  770.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  771.       |                                                                                     ^
  772. (85/261)
  773. In file included from Managers/MovableMan.h:29,
  774.                  from Managers/MovableMan.cpp:16:
  775. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  776. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  777.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  778.       |                                                                                     ^
  779. (86/261)
  780. In file included from Managers/MovableMan.h:29,
  781.                  from Entities/MovableObject.h:25,
  782.                  from Entities/MOSprite.h:17,
  783.                  from Entities/MOSRotating.h:17,
  784.                  from Entities/Actor.h:17,
  785.                  from Managers/PresetMan.h:27,
  786.                  from Managers/PresetMan.cpp:16:
  787. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  788. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  789.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  790.       |                                                                                     ^
  791. (87/261)
  792. In file included from Managers/UInputMan.h:23,
  793.                  from Managers/NetworkServer.h:17,
  794.                  from Managers/SceneMan.cpp:13:
  795. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  796. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  797.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  798.       |                                                                                     ^
  799. In file included from Managers/NetworkServer.h:20,
  800.                  from Managers/SceneMan.cpp:13:
  801. Managers/NetworkClient.h: At global scope:
  802. Managers/NetworkClient.h:120:25: warning: extra qualification โ€˜RTE::NetworkClient::โ€™ on member โ€˜ConnectBlockingโ€™ [-fpermissive]
  803.   120 |   RakNet::SystemAddress NetworkClient::ConnectBlocking(RakNet::RakPeerInterface *rakPeer, const char *address, unsigned short int port);
  804.       |                         ^~~~~~~~~~~~~
  805. In file included from Managers/SceneMan.cpp:13:
  806. Managers/NetworkServer.h:198:8: warning: extra qualification โ€˜RTE::NetworkServer::โ€™ on member โ€˜ClearTerrainChangeQueueโ€™ [-fpermissive]
  807.   198 |   void NetworkServer::ClearTerrainChangeQueue(int player);
  808.       |        ^~~~~~~~~~~~~
  809. Managers/NetworkServer.h:220:25: warning: extra qualification โ€˜RTE::NetworkServer::โ€™ on member โ€˜ConnectBlockingโ€™ [-fpermissive]
  810.   220 |   RakNet::SystemAddress NetworkServer::ConnectBlocking(RakNet::RakPeerInterface *rakPeer, const char *address, int port);
  811.       |                         ^~~~~~~~~~~~~
  812. (88/261)
  813. In file included from Managers/MovableMan.h:29,
  814.                  from Entities/MovableObject.h:25,
  815.                  from Entities/MOSprite.h:17,
  816.                  from Entities/MOSRotating.h:17,
  817.                  from Entities/Actor.h:17,
  818.                  from Managers/PresetMan.h:27,
  819.                  from Managers/SettingsMan.cpp:16:
  820. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  821. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  822.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  823.       |                                                                                     ^
  824. (89/261)
  825. (90/261)
  826. In file included from Managers/UInputMan.h:23,
  827.                  from Managers/UInputMan.cpp:14:
  828. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  829. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  830.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  831.       |                                                                                     ^
  832. (91/261)
  833. (92/261)
  834. In file included from GUI/AllegroInput.cpp:15:
  835. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  836. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  837.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  838.       |                                                                                     ^
  839. (93/261)
  840. (94/261)
  841. (95/261)
  842. (96/261)
  843. (97/261)
  844. (98/261)
  845. (99/261)
  846. (100/261)
  847. (101/261)
  848. (102/261)
  849. (103/261)
  850. (104/261)
  851. (105/261)
  852. (106/261)
  853. (107/261)
  854. (108/261)
  855. (109/261)
  856. (110/261)
  857. (111/261)
  858. (112/261)
  859. (113/261)
  860. (114/261)
  861. (115/261)
  862. (116/261)
  863. (117/261)
  864. (118/261)
  865. (119/261)
  866. (120/261)
  867. (121/261)
  868. GUI/GUITextPanel.cpp: In member function โ€˜virtual void RTE::GUITextPanel::OnKeyPress(int, int)โ€™:
  869. GUI/GUITextPanel.cpp:394:24: warning: narrowing conversion of โ€˜KeyCodeโ€™ from โ€˜intโ€™ to โ€˜charโ€™ [-Wnarrowing]
  870.   394 |         char buf[2] = {KeyCode, '\0'};
  871.       |                        ^~~~~~~
  872. (122/261)
  873. (123/261)
  874. In file included from Entities/Scene.h:23,
  875.                  from Menus/AreaEditorGUI.h:18,
  876.                  from Menus/AreaEditorGUI.cpp:14:
  877. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  878. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  879.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  880.       |                                                                                     ^
  881. (124/261)
  882. In file included from Entities/Scene.h:23,
  883.                  from Menus/AreaPickerGUI.h:21,
  884.                  from Menus/AreaPickerGUI.cpp:14:
  885. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  886. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  887.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  888.       |                                                                                     ^
  889. (125/261)
  890. In file included from Entities/BunkerAssemblyScheme.h:24,
  891.                  from Menus/AssemblyEditorGUI.h:21,
  892.                  from Menus/AssemblyEditorGUI.cpp:14:
  893. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  894. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  895.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  896.       |                                                                                     ^
  897. (126/261)
  898. In file included from Menus/BuyMenuGUI.cpp:16:
  899. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  900. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  901.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  902.       |                                                                                     ^
  903. (127/261)
  904. In file included from Menus/GibEditorGUI.cpp:16:
  905. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  906. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  907.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  908.       |                                                                                     ^
  909. (128/261)
  910. In file included from Menus/MainMenuGUI.cpp:16:
  911. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  912. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  913.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  914.       |                                                                                     ^
  915. (129/261)
  916. In file included from Menus/MetagameGUI.cpp:16:
  917. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  918. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  919.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  920.       |                                                                                     ^
  921. (130/261)
  922. In file included from Menus/ObjectPickerGUI.cpp:18:
  923. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  924. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  925.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  926.       |                                                                                     ^
  927. (131/261)
  928. In file included from Menus/PieMenuGUI.cpp:16:
  929. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  930. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  931.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  932.       |                                                                                     ^
  933. (132/261)
  934. In file included from Menus/ScenarioGUI.cpp:16:
  935. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  936. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  937.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  938.       |                                                                                     ^
  939. (133/261)
  940. In file included from Menus/SceneEditorGUI.cpp:16:
  941. Managers/FrameMan.h: In member function โ€˜void RTE::FrameMan::ShowMessageBox(std::string) constโ€™:
  942. Managers/FrameMan.h:1534:85: warning: format not a string literal and no format arguments [-Wformat-security]
  943.  1534 |     void ShowMessageBox(std::string message) const { allegro_message(message.c_str()); }
  944.       |                                                                                     ^
  945. (134/261)
  946. (135/261)
  947. (136/261)
  948. (137/261)
  949. (138/261)
  950. (139/261)
  951. (140/261)
  952. (141/261)
  953. (142/261)
  954. (143/261)
  955. (144/261)
  956. (145/261)
  957. (146/261)
  958. (147/261)
  959. (148/261)
  960. (149/261)
  961. (150/261)
  962. (151/261)
  963. (152/261)
  964. (153/261)
  965. (154/261)
  966. (155/261)
  967. (156/261)
  968. (157/261)
  969. (158/261)
  970. (159/261)
  971. (160/261)
  972. (161/261)
  973. (162/261)
  974. (163/261)
  975. (164/261)
  976. (165/261)
  977. (166/261)
  978. (167/261)
  979. (168/261)
  980. (169/261)
  981. (170/261)
  982. (171/261)
  983. (172/261)
  984. (173/261)
  985. (174/261)
  986. (175/261)
  987. (176/261)
  988. (177/261)
  989. (178/261)
  990. (179/261)
  991. (180/261)
  992. (181/261)
  993. (182/261)
  994. (183/261)
  995. external/sources/RakNet/PacketLogger.cpp: In member function โ€˜virtual void RakNet::PacketLogger::OnAck(unsigned int, RakNet::SystemAddress, RakNet::TimeMS)โ€™:
  996. external/sources/RakNet/PacketLogger.cpp:163:65: warning: โ€˜%sโ€™ directive writing up to 61 bytes into a region of size between 30 and 239 [-Wformat-overflow=]
  997.   163 |  sprintf(str, "%s,Rcv,Ack,%i,,,,%" PRINTF_64_BIT_MODIFIER "u,%s,%s,,,,,,"
  998.       |                                                                 ^~
  999. ......
  1000.   168 |      , str2
  1001.       |        ~~~~                                                      
  1002. external/sources/RakNet/PacketLogger.cpp:163:9: note: โ€˜sprintfโ€™ output between 24 and 294 bytes into a destination of size 256
  1003.   163 |  sprintf(str, "%s,Rcv,Ack,%i,,,,%" PRINTF_64_BIT_MODIFIER "u,%s,%s,,,,,,"
  1004.       |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1005.   164 |      , localtime
  1006.       |      ~~~~~~~~~~~
  1007.   165 |      , messageNumber
  1008.       |      ~~~~~~~~~~~~~~~
  1009.   166 |      , (unsigned long long) time
  1010.       |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1011.   167 |      , str1
  1012.       |      ~~~~~~
  1013.   168 |      , str2
  1014.       |      ~~~~~~
  1015.   169 |      );
  1016.       |      ~  
  1017. external/sources/RakNet/PacketLogger.cpp: In member function โ€˜virtual void RakNet::PacketLogger::OnPushBackPacket(const char*, RakNet::BitSize_t, RakNet::SystemAddress)โ€™:
  1018. external/sources/RakNet/PacketLogger.cpp:183:67: warning: โ€˜%sโ€™ directive writing up to 61 bytes into a region of size between 49 and 239 [-Wformat-overflow=]
  1019.   183 |  sprintf(str, "%s,Lcl,PBP,,,%s,%i,%" PRINTF_64_BIT_MODIFIER "u,%s,%s,,,,,,"
  1020.       |                                                                   ^~
  1021. ......
  1022.   189 |      , str2
  1023.       |        ~~~~                                                        
  1024. external/sources/RakNet/PacketLogger.cpp:183:9: note: โ€˜sprintfโ€™ output 24 or more bytes (assuming 275) into a destination of size 256
  1025.   183 |  sprintf(str, "%s,Lcl,PBP,,,%s,%i,%" PRINTF_64_BIT_MODIFIER "u,%s,%s,,,,,,"
  1026.       |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1027.   184 |      , localtime
  1028.       |      ~~~~~~~~~~~
  1029.   185 |      , BaseIDTOString(data[0])
  1030.       |      ~~~~~~~~~~~~~~~~~~~~~~~~~
  1031.   186 |      , bitsUsed
  1032.       |      ~~~~~~~~~~
  1033.   187 |      , (unsigned long long) time
  1034.       |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1035.   188 |      , str1
  1036.       |      ~~~~~~
  1037.   189 |      , str2
  1038.       |      ~~~~~~
  1039.   190 |      );
  1040.       |      ~  
  1041. (184/261)
  1042. (185/261)
  1043. (186/261)
  1044. (187/261)
  1045. (188/261)
  1046. (189/261)
  1047. (190/261)
  1048. (191/261)
  1049. (192/261)
  1050. (193/261)
  1051. (194/261)
  1052. (195/261)
  1053. (196/261)
  1054. (197/261)
  1055. (198/261)
  1056. (199/261)
  1057. (200/261)
  1058. (201/261)
  1059. (202/261)
  1060. (203/261)
  1061. (204/261)
  1062. (205/261)
  1063. (206/261)
  1064. (207/261)
  1065. (208/261)
  1066. (209/261)
  1067. (210/261)
  1068. (211/261)
  1069. (212/261)
  1070. (213/261)
  1071. (214/261)
  1072. (215/261)
  1073. (216/261)
  1074. (217/261)
  1075. (218/261)
  1076. (219/261)
  1077. (220/261)
  1078. (221/261)
  1079. (222/261)
  1080. (223/261)
  1081. (224/261)
  1082. (225/261)
  1083. (226/261)
  1084. (227/261)
  1085. (228/261)
  1086. (229/261)
  1087. (230/261)
  1088. (231/261)
  1089. (232/261)
  1090. (233/261)
  1091. (234/261)
  1092. (235/261)
  1093. (236/261)
  1094. (237/261)
  1095. (238/261)
  1096. (239/261)
  1097. (240/261)
  1098. (241/261)
  1099. (242/261)
  1100. (243/261)
  1101. (244/261)
  1102. (245/261)
  1103. (246/261)
  1104. (247/261)
  1105. (248/261)
  1106. (249/261)
  1107. (250/261)
  1108. (251/261)
  1109. (252/261)
  1110. (253/261)
  1111. (254/261)
  1112. (255/261)
  1113. (256/261)
  1114. (257/261)
  1115. (258/261)
  1116. (259/261)
  1117. (260/261)
  1118. c++: error: objs/NetworkServer.cpp.o: No such file or directory
  1119. c++: error: objs/NetworkClient.cpp.o: No such file or directory
  1120. c++: error: objs/LuaMan.cpp.o: No such file or directory
  1121. c++: error: external/linux/prepared/libSDL2_mixer.a: No such file or directory
  1122. c++: error: external/linux/prepared/liblua.a: No such file or directory
  1123. c++: error: external/linux/prepared/libminizip.a: No such file or directory
  1124. c++: error: external/linux/prepared/libaes.a: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement