Skip to content

Fix or ignore compiler warnings

Andre Sailer requested to merge sailer/guinea-pig:fixWarnings into master

Some fixes for compiler warnings taken out of the EDMWriter MR, to remove unrelated changes from that MR

  • ignoring warnings about using strncpy in readData
  • ignore warnings about use of register
  • fix shadow variable warnings
  • fix maybe-uninitialized warning

Merge request reports