Skip to content

WIP: Prevent gcc warning/error in lalpulsar by capturing output from snprintf

Description

This patch fixes #197 (closed) by capturing the return from snprintf and checking that, rather than checking things on-the-fly, which the compiler doesn't handle very well.

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