Loading
gltron: fix the build against gcc-14
Without the change `gltron` fails to build as:
./src/gltron.c: In function 'main':
./src/gltron.c:13:30: error: passing argument 2 of 'initSubsystems' from incompatible pointer type [-Wincompatible-pointer-types]
13 | initSubsystems(argc, argv);
| ^~~~
| |
| char **