blob: ad1ee9f0b1136a0e5fb3e0017752b8207c972483 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./buildtools/configure.pl.orig 2024-04-12 12:11:55.000000000 -0500
+++ ./buildtools/configure.pl 2024-05-10 19:05:04.538404953 -0500
@@ -1537,7 +1537,7 @@
" -pedantic -fno-common " .
"-Wall -Wno-uninitialized -Wmissing-declarations -Wimplicit " .
"-Wwrite-strings -Wmissing-prototypes -Wundef " .
- "-Wno-unknown-pragmas ";
+ "-Wno-unknown-pragmas -Wno-error=incompatible-pointer-types ";
if (wnostrictoverflowWorks($gccCommandName)) {
# The compiler generates some optimizations based on the assumption
|