We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f2335 commit 74660f1Copy full SHA for 74660f1
IGC/common/igc_regkeys.cpp
@@ -544,8 +544,8 @@ static void DumpIGCRegistryKeyDefinitions(
544
545
void DumpIGCRegistryKeyDefinitions()
546
{
547
- constexpr char* registryKeyPath = "HKLM\\" IGC_REGISTRY_KEY;
548
- constexpr char* xmlPath =
+ constexpr const char* registryKeyPath = "HKLM\\" IGC_REGISTRY_KEY;
+ constexpr const char* xmlPath =
549
"C:\\Intel\\IGfx\\GfxRegistryManager\\Keys\\IGC.xml";
550
551
DumpIGCRegistryKeyDefinitions(registryKeyPath, xmlPath);
0 commit comments