Fix build error

This commit is contained in:
Joëlle van Essen 2024-12-19 14:44:13 +01:00
commit 40cd8dbf1b
No known key found for this signature in database
GPG key ID: 28D3B5CDD4B43882

View file

@ -8,7 +8,7 @@ pub(crate) fn unimplemented() -> nvmlReturn_t {
#[cfg(not(debug_assertions))] #[cfg(not(debug_assertions))]
pub(crate) fn unimplemented() -> nvmlReturn_t { pub(crate) fn unimplemented() -> nvmlReturn_t {
nvmlReturn_t::NVML_ERROR_NOT_SUPPORTED nvmlReturn_t::ERROR_NOT_SUPPORTED
} }
#[allow(non_snake_case)] #[allow(non_snake_case)]