mummer4 / mummer

Mummer alignment tool
Artistic License 2.0
470 stars 108 forks source link

Compiling on Fedora 40 with gcc 14.2.1 #215

Open kdorman opened 2 months ago

kdorman commented 2 months ago

File: include/mummer/48bit_iterator.hpp

// top of the file

#include "const_iterator_traits.hpp"
+#include <cstdint>

File: src/tigr/postpro.cc

// in void addNewAlignment()

+  Align.Errors = Align.SimErrors = Align.NonAlphas = 0;