Ignore:
Timestamp:
Oct 31, 2019, 10:56:53 PM (5 years ago)
Author:
katerina
Message:

Fix gcc 9.2.1 (Ubuntu 19.10) compiler warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_utils.h

    r382 r552  
    179179/* returns freshly allocated memory, return value should be free'd
    180180 */
    181 char * sh_util_safe_name (const char * name) SH_GNUC_MALLOC SH_GNUC_PURE;
    182 
    183 char * sh_util_safe_name_keepspace (const char * name) SH_GNUC_MALLOC SH_GNUC_PURE;
     181char * sh_util_safe_name (const char * name) SH_GNUC_MALLOC;
     182
     183char * sh_util_safe_name_keepspace (const char * name) SH_GNUC_MALLOC;
    184184
    185185/* check max size of printf result string
Note: See TracChangeset for help on using the changeset viewer.