On Tuesday, September 10, 2013 11:11:54 PM Sven Eckelmann wrote:
> Strings in C are tried to be saved in the .rodata by the compiler/linker.
> This section is readonly as the name suggests. Pointer to these strings
> should therefore be const.
> 
> Signed-off-by: Sven Eckelmann <[email protected]>
> ---
>  functions.c | 8 +++++---
>  functions.h | 5 +++--
>  2 files changed, 8 insertions(+), 5 deletions(-)

Applied in revision 55509e5.

Thanks,
Marek

Reply via email to