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.
2 parents 1492b3d + 79d3062 commit b1891f0Copy full SHA for b1891f0
src/ioc/Makefile
@@ -20,4 +20,8 @@ pvAccessIOC_SRCS += PVAServerRegister.cpp
20
pvAccessIOC_SRCS += PVAClientRegister.cpp
21
pvAccessIOC_SRCS += reftrackioc.cpp
22
23
+# fix false (?) warning by gcc 12 only
24
+reftrackioc_CPPFLAGS += $(reftrackioc_CPPFLAGS_GCC-$(GCC_MAJOR))
25
+reftrackioc_CPPFLAGS_GCC-12 = -Wno-dangling-pointer
26
+
27
include $(TOP)/configure/RULES
0 commit comments