Closed hroest closed 7 years ago
Looks good. Do you know why it compiles with a GCC extension on the other compilers? Do they support it, too or was the macro redefined?
I really dont know why we suddenly get issues, but it may be that here pedantic
means that gcc-extensions are disabled. It seems that the #include_next
is present in all limits.h
files, see for example /usr/include/limits.h on any Ubuntu system
fixes #46 by being less pedantic and removing
-pedantic-errors
. This helps on some systems, most notable the CentOS system I am working on.