mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-03 06:40:21 +00:00
Fix build error
This commit is contained in:
parent
7ac67a89e9
commit
40cd8dbf1b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ pub(crate) fn unimplemented() -> nvmlReturn_t {
|
|||
|
||||
#[cfg(not(debug_assertions))]
|
||||
pub(crate) fn unimplemented() -> nvmlReturn_t {
|
||||
nvmlReturn_t::NVML_ERROR_NOT_SUPPORTED
|
||||
nvmlReturn_t::ERROR_NOT_SUPPORTED
|
||||
}
|
||||
|
||||
#[allow(non_snake_case)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue