Skip to content

Commit f78669f

Browse files
src/Module.hpp: silencing a compiler warning for unused arg
1 parent f6d3406 commit f78669f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Module.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class ModulePerBaseSequenceQuality : public Module {
159159
void
160160
write_module(std::ostream &os);
161161
void
162-
read_data_line(const std::string &line);
162+
read_data_line([[maybe_unused]] const std::string &line);
163163
std::string
164164
make_html_data();
165165
};

0 commit comments

Comments
 (0)