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 3b99e0f commit 220a43bCopy full SHA for 220a43b
src/pch.h
@@ -2,3 +2,10 @@
2
#include <libpq-fe.h>
3
4
#include <plogr.h>
5
+
6
+// Temporary fix for false positive in gcc-12 (fixed in gcc-13)
7
+#if __GNUC__ == 12
8
+/*IGNORE*/ #pragma GCC diagnostic push
9
+/*IGNORE*/ #pragma GCC diagnostic ignored "-Wuse-after-free"
10
+#endif
11
0 commit comments