mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-28 13:37:57 +03: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))]
|
#[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)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue