File fix_nullptr_warning.patch of Package kraft
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7cf3879..5db1908 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -64,6 +64,8 @@ find_package(Ctemplate REQUIRED)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-suggest-override")
#option(QTINDICATE_DISABLE "Disable support for notifications via indicator")
+# disable the warning about null-pointer zero. FIXME.
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-zero-as-null-pointer-constant")
add_definitions(${QT_DEFINITIONS} )