Common components for OPM, in particular build system (cmake).
Go to file
Andreas Lauser be1fd178f1 do not squelch unused argument warnings using casts to void
casts to void are not very explicit (in particular if they do not come
with a comment about their purpose). Instead, the names of unused
argument are now simply commented out or the OPM_UNUSED macro is used
for the few cases where this is not possible.
2015-09-23 12:35:45 +02:00
opm/material do not squelch unused argument warnings using casts to void 2015-09-23 12:35:45 +02:00
tests Silence some unused argument warnings. 2015-09-11 13:37:31 +02:00