Skip to content
Snippets Groups Projects
Commit 942b674a authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Annotate unused dummy argument variable.

parent 1a0a0a6a
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@
! NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
! SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "fc_feature_defs.inc"
#define UNUSED(x) IF (SIZE( (/(x)/) ) < 0) CONTINUE
!>
!! @example test_perf.f90
......@@ -247,6 +248,8 @@ CONTAINS
INTEGER, INTENT(out) :: handle
INTEGER(c_int) :: size_myindex_c
UNUSED(global_size)
IF (HUGE(1_xt_int_kind) < HUGE(myindex)) THEN
IF (ANY(myindex > HUGE(1_xt_int_kind)) &
.OR. ANY(myindex < -HUGE(1_xt_int_kind))) &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment