*/Registry: use constinit

This commit is contained in:
Max Kellermann
2023-03-07 11:59:39 +01:00
parent 333b36f090
commit 815b248990
10 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
#include <string.h>
constexpr const StoragePlugin *storage_plugins[] = {
constinit const StoragePlugin *const storage_plugins[] = {
&local_storage_plugin,
#ifdef ENABLE_SMBCLIENT
&smbclient_storage_plugin,