Skip to content

Fix missing sentinel warning with clang

Biswapriyo Nath requested to merge (removed):clang-sentinel-waring into master
This fixes the compiler warnings similar as following.

../src/update-mime-database.cpp:393:50: warning: missing sentinel in function call [-Wsentinel]
  393 |                         g_strconcat(namespaceURI, " ", localName, NULL),
      |                                                                       ^
      |                                                                       , nullptr

Merge request reports