Skip to content

libtracker-extract: drop G_GNUC_CONST for module manager init

Daniel Kolesa requested to merge q66/tracker-miners:clang-module-init into master

This function in fact has side effects (it initializes the 'initialized' variable) so this annotation is incorrect and in fact results in miscompilation under Clang, resulting in the module init function never being called, and segfaulting.

Merge request reports