mengyao / Complete-Striped-Smith-Waterman-Library

298 stars 112 forks source link

silence warnings #21

Closed zeeev closed 2 years ago

zeeev commented 9 years ago

I'm using SSW as a submodule and it is awesome. Is there anyway the code could be compiled in a no-warning mode? I want to suppress the following warnings:

When maskLen < 15, the function ssw_align doesn't return 2nd best alignment information.

mengyao commented 9 years ago

Dear Zev,

Thank you for your interests in this library.

To get rid of this warning, you can just comment off line 799 in ssw.c.

Yours,

Mengyao

On Mar 31, 2015, at 9:23 PM, Zev Kronenberg notifications@github.com wrote:

I'm using SSW as a submodule and it is awesome. Is there anyway the code could be compiled in a no-warning mode? I want to suppress the following warnings:

When maskLen < 15, the function ssw_align doesn't return 2nd best alignment information.

— Reply to this email directly or view it on GitHub https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library/issues/21.

zeeev commented 9 years ago

Mengyao,

Thank you for responding. Since I'm using SSW as a github submodule I'm not sure if I can push local submodule changes to my repository?

--Zev

mengyao commented 9 years ago

Dear Zev,

I think you can fork SSW to your own account, then you can do anything to it freely.

Yours,

Mengyao

On Apr 1, 2015, at 10:22 AM, Zev Kronenberg notifications@github.com wrote:

Mengyao,

Thank you for responding. Since I'm using SSW as a github submodule I'm not sure if I can push local submodule changes to my repository?

--Zev

— Reply to this email directly or view it on GitHub https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library/issues/21#issuecomment-88503509.