summaryrefslogtreecommitdiff
path: root/dev-python/google-api-python-client
diff options
context:
space:
mode:
authorNHOrus <jy6x2b32pie9@yahoo.com>2025-02-11 16:14:15 +0400
committerSam James <sam@gentoo.org>2025-02-14 05:13:45 +0000
commit7be46628ec604d533b1eeea5df0ae2c8cceef7d4 (patch)
treecd151305ac3d428692fb34b66d9e2b7e0d0eb448 /dev-python/google-api-python-client
parent5374db688956561d72046d57d2d19ea2ec68c00a (diff)
downloadgentoo-7be46628ec604d533b1eeea5df0ae2c8cceef7d4.tar.gz
gentoo-7be46628ec604d533b1eeea5df0ae2c8cceef7d4.tar.bz2
gentoo-7be46628ec604d533b1eeea5df0ae2c8cceef7d4.zip
games-server/crossfire-server: port to C23
function pointer to (void)() functions was used as a prototype for polymorphic dispatch, with num_args parameter showing number of arguments to pass to function. As num_args is either 0 or 1, and non-void functions take const char* as an argument, changing every signature to const char* and not passing argument to 0-argument functions is the only solution without major re-engineering. Closes: https://bugs.gentoo.org/949574 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40529 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/google-api-python-client')
0 files changed, 0 insertions, 0 deletions