Skip to content

Commit cc8701d

Browse files
committed
Resolve unused variable warning
1 parent a7a6670 commit cc8701d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interop/casadi/include/alpaqa/implementation/casadi/CasADiLoader-util.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ std::optional<T> try_load(Loader &&loader, const char *name, Args &&...args) {
5050
} catch (casadi::CasadiException &) {
5151
return std::nullopt;
5252
#else
53-
} catch (dynamic_load_error &e) {
53+
} catch (dynamic_load_error &) {
5454
return std::nullopt;
5555
#endif
5656
} catch (std::out_of_range &) {

0 commit comments

Comments
 (0)