adishavit / argh

Argh! A minimalist argument handler.
BSD 3-Clause "New" or "Revised" License
1.33k stars 93 forks source link

Fix string-literal conversion warning #48

Closed marcomagdy closed 3 years ago

marcomagdy commented 4 years ago

Building the tests with clang-9 I get the following warnings:

 warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]

This patch fixes those warnings.

adishavit commented 4 years ago

@marcomagdy given up on me? Why'd you close the issue?

marcomagdy commented 4 years ago

Oh. I just thought you were not interested since it’s been a long time.

adishavit commented 4 years ago

I’ve just been too busy. It seems good. Will get to it. ☺️

On Wed, 22 Apr 2020 at 22:51 Marco Magdy notifications@github.com wrote:

Oh. I just thought you were not interested since it’s been a long time.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/adishavit/argh/pull/48#issuecomment-617999184, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN3CEDBEL2EEXQWIHHZMWDRN5DFJANCNFSM4JNPOVOA .