Changeset 5dff7425 in rtems for cpukit/libcsupport

Timestamp:
11/20/14 23:17:18 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
8f73af85
Parents:
11925eef
git-author:
Joel Sherrill <joel.sherrill@…> (11/20/14 23:17:18)
git-committer:
Joel Sherrill <joel.sherrill@…> (11/21/14 19:13:20)
Message:

libcsupport/src/termios.c: Explicitly ignore return value (Coverity ID 1255347)

Coverity spotted that we were ignoring a return value. But ignoring
it is intentional. Adding (void) clearly indicates it is being ignored
explicitly.

(No files)

Note: See TracChangeset for help on using the changeset viewer.