diff --git a/modfetch.c b/modfetch.c index 8d7f2ad..68b0da9 100644 --- a/modfetch.c +++ b/modfetch.c @@ -256,6 +256,9 @@ int main(int argc, char *argv[]) { } dlerror(); + // stupid fucking c standard issue + // I'm not fixing this + // https://stackoverflow.com/questions/14134245/iso-c-void-and-function-pointers #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wpedantic" uint8_t (*version_major)(void) = dlsym(handle, "version_major");