From 89f764555ef9ccce356b61bf0ecac73fb3fca173 Mon Sep 17 00:00:00 2001 From: sasha0552 Date: Tue, 25 Jun 2024 18:26:23 +0000 Subject: [PATCH] fix ci --- nvapi.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvapi.cpp b/nvapi.cpp index 8e16ec145..3ecab4bce 100644 --- a/nvapi.cpp +++ b/nvapi.cpp @@ -104,6 +104,9 @@ void nvapi_set_pstate(int ids[], int ids_size, int pstate) { } // TODO + (void) ids; + (void) ids_size; + (void) pstate; printf("nvapi_set_pstate: %d", pstate); }