godot-cpp/include/godot_cpp
Klaim (Joël Lamotte) 738859f49b removes warnings generated by GDCLASS usage
This change removes the warnings (unused parameters) coming from code injected by the GDCLASS macro.
Contrary to warnings coming from the normal source code which can be suppressed with most compiles by specifying the include directories of this library as external or system,
when the code is injected through a macro it is considered in the context of the user, which is the source code of user of the library.
That forces the users to modify their code to hide the warnings coming from the mandatory `GDCLASS` here.
That's why it's important to remove these warning from that specific macro and ideally any other macro that the user must use.
2024-08-08 02:46:28 +02:00
..
classes removes warnings generated by GDCLASS usage 2024-08-08 02:46:28 +02:00
core Fix argument metadata when binding methods 2024-06-27 18:40:29 +02:00
templates Fix `#include` formatting 2024-06-25 08:28:04 -05:00
variant Merge pull request #1483 from AThousandShips/arr_typed_fix 2024-06-28 07:26:44 -05:00
godot.hpp [TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API. 2024-06-13 18:57:24 +03:00