Skip to content

Commit

Permalink
fix(indi-mgen): workaround single-byte false warning on gcc14.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallFurryMan committed May 31, 2024
1 parent 56f87ed commit 3b6b883
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indi-mgen/mgenautoguider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
\author Eric Dejouhanet
*/

#pragma GCC diagnostic ignored "-Warray-bounds"

#include <stdio.h>
#include <unistd.h>

Expand Down

0 comments on commit 3b6b883

Please sign in to comment.