Ignore:
Timestamp:
Dec 25, 2018, 9:47:49 PM (7 years ago)
Author:
bird
Message:

kash: GCC warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shfile.c

    r2681 r3240  
    583583 * @param   pszPath             The path to fix.
    584584 */
    585 static void shfile_fix_slashes(char *pszPath)
     585K_INLINE void shfile_fix_slashes(char *pszPath)
    586586{
    587587#if K_OS == K_OS_WINDOWS || K_OS == K_OS_OS2
     
    14631463        TRACE2((NULL, "shfile_write(%d) - %lu bytes (%d) - pos %lu - before; %o\n",
    14641464                fd, (long)s.st_size, x, (long)lseek(fd, 0, SEEK_CUR), s.st_mode ));
     1465        K_NOREF(x);
    14651466        errno = iSavedErrno;
    14661467    }
Note: See TracChangeset for help on using the changeset viewer.