Skip to content

Fix build for gcc 11

Mark Horvath requested to merge fix-old-gcc into main

Make sure that the function pointer checks in the dispatch macros are done at compilation time, as gcc 11 raised warnings for the current solution.

Merge request reports