X-Git-Url: https://git.wirehaze.ovh/graph-theory.git/blobdiff_plain/463854e05c500cac8900eb61e82beac62b5f7df4..HEAD:/lib/dbg.h diff --git a/lib/dbg.h b/lib/dbg.h index 422c681..8e34e51 100644 --- a/lib/dbg.h +++ b/lib/dbg.h @@ -12,7 +12,7 @@ do \ { \ fprintf (stderr, "(%s:%d) %s () failed: %s errno: %s\n", __FILE__, \ - __LINE__, __func__, x, strerror (errno)); \ + __LINE__, __extension__ __func__, x, strerror (errno)); \ exit (EXIT_FAILURE); \ } \ while (0)