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 7b6e157 commit 159122eCopy full SHA for 159122e
src/detection/brightness/brightness_apple.c
@@ -31,7 +31,7 @@ static const char* detectWithDisplayServices(const FFDisplayServerResult* displa
31
32
// https://github.com/waydabber/m1ddc
33
// Works for Apple Silicon and USB-C adapter connection ( but not HTMI )
34
-static const char* detectWithDdcci(FFlist* result)
+FF_MAYBE_UNUSED static const char* detectWithDdcci(FFlist* result)
35
{
36
if (!IOAVServiceCreate || !IOAVServiceReadI2C)
37
return "IOAVService is not available";
0 commit comments