Skip to content

Work around for unused-variable error in lalpulsar

Description

This MR wraps a variable declaration with ifndef NDEBUG so that when NDEBUG is defined the variable is not declared, meaning gcc won't error out complaining about an unused-variable.

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

Review Status

Edited by LALSuite Bot

Merge request reports