Skip to content

src/fasta_formatter/fasta_formatter.cpp #21

@vpbrendel

Description

@vpbrendel

Line 105: usage();

should be followed by "exit();"

Otherwise, compilation fails on Ubuntu 18.04 with message:

fasta_formatter.cpp:105:9: error: this statement may fall through [-Werror=implicit-fallthrough=]
usage();
~~~~~^~
fasta_formatter.cpp:107:3: note: here
case 'i':
^~~~
cc1plus: all warnings being treated as errors

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