Skip to content

Commit 40f8f79

Browse files
fabinschjcarpent
authored andcommitted
dense/wrapper: use PROXSUITE_MAYBE_UNUSED
1 parent 7ee3080 commit 40f8f79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/proxsuite/proxqp/dense/wrapper.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,11 +327,11 @@ struct QP
327327
* @param mu_eq proximal step size wrt equality constrained multiplier.
328328
* @param mu_in proximal step size wrt inequality constrained multiplier.
329329
*/
330-
void update([[maybe_unused]] const nullopt_t H,
330+
void update(PROXSUITE_MAYBE_UNUSED const nullopt_t H,
331331
optional<Vec<T>> g,
332-
[[maybe_unused]] const nullopt_t A,
332+
PROXSUITE_MAYBE_UNUSED const nullopt_t A,
333333
optional<Vec<T>> b,
334-
[[maybe_unused]] const nullopt_t C,
334+
PROXSUITE_MAYBE_UNUSED const nullopt_t C,
335335
optional<Vec<T>> l,
336336
optional<Vec<T>> u,
337337
bool update_preconditioner = true,

0 commit comments

Comments
 (0)