fix: add // NOLINT for NvOptimusEnablement and AmdPowerXpressRequestHighPerformance

This commit is contained in:
2026-07-17 15:54:44 +08:00
parent 7244534ac4
commit cb7587857d

View File

@@ -3,8 +3,8 @@
#ifdef _WIN32 #ifdef _WIN32
extern "C" { extern "C" {
__declspec(dllexport) unsigned long NvOptimusEnablement = 1; __declspec(dllexport) unsigned long NvOptimusEnablement = 1; // NOLINT
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1; __declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1; // NOLINT
} }
#endif #endif