Changeset 570 for trunk/src/sh_unix.c


Ignore:
Timestamp:
Sep 5, 2021, 12:40:51 PM (4 years ago)
Author:
katerina
Message:

Fixes for some compile/cppcheck warnings, version 4.4.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_unix.c

    r550 r570  
    39043904          if (errno == EBADF && try == 0) /* obsolete, but we keep this, just in case */
    39053905            {
     3906              /* cppcheck-suppress syntaxError */
    39063907              ++try;
    39073908              goto try_again;
Note: See TracChangeset for help on using the changeset viewer.