Commit d1bb5cb
committed
[fix][utils] Coverity:
* `noexcept` specifier has been removed from `get_accels_info()` function. This is due to the following reasons:
* the function may throw exceptions (from `std::map` constructor)
* the function is called in a function `get_sys_info()` defined without `noexcept` specifierUNCAUGHT_EXCEPT checker, "Uncaught exception" type (#1231)1 parent e3836f5 commit d1bb5cb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments