mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-19 16:04:44 +00:00
Fix build error (#314)
This commit is contained in:
parent
7ac67a89e9
commit
de870db1f1
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
Reference in a new issue