We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3d9f7 commit 22468a1Copy full SHA for 22468a1
ChangeLog
@@ -1,3 +1,6 @@
1
+Tue 13 May 2025 Aleksey Kravchenko
2
+ * Bugfix: Compilation error with GCC 15
3
+
4
Sat 19 Apr 2025 Aleksey Kravchenko
5
* Speed up file reading while hashing a file
6
librhash/test_lib.h
@@ -4,6 +4,7 @@
#include "byte_order.h"
#include "util.h"
7
+#include <limits.h>
8
9
/* first some magic to convert a macro value to a string */
10
#define STRINGIZE_ARG(x) #x
@@ -267,7 +268,6 @@ char* compiler_flags = "Compile-time flags:"
267
268
" __MACH__"
269
#endif
270
-#include <limits.h>
271
#ifdef __GLIBC__ /* GLIBC >= 6 */
272
" __GLIBC__"
273
" (__GLIBC__=" EXPAND_TO_STRING(__GLIBC__) ",__GLIBC_MINOR__=" EXPAND_TO_STRING(__GLIBC_MINOR__) ")"
0 commit comments