Skip to content
Snippets Groups Projects
Commit 157c16b0 authored by Biswapriyo Nath's avatar Biswapriyo Nath :fox: Committed by David Faure
Browse files

Fix missing sentinel warning with clang

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
parent 7499ac1a
1 merge request!253Fix missing sentinel warning with clang
Pipeline #1005566 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment