Skip to content

Compilation warning #6

Description

@frederic-mahe

Hi @pierrepeterlongo

a minor compilation warning with gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16):

src/filter_reads.cpp: In function ‘int main(int, char**)’:
src/filter_reads.cpp:163:50: attention : comparaison entre des expressions entières signée et non signée [-Wsign-compare]
  if (pos > 0 && pos < (int) input_file_name.size()) {
                                                  ^

Maybe a (uint) cast rather than a (int) cast to solve the problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions