Bug 214143 - Build warning on build server
Summary: Build warning on build server
Status: RESOLVED CODE_FIX
Alias: None
Product: Tools
Classification: Unclassified
Component: libcap (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Andrew G. Morgan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-23 15:00 UTC by Andrew G. Morgan
Modified: 2021-08-26 02:01 UTC (History)
0 users

See Also:
Kernel Version: n/a
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Andrew G. Morgan 2021-08-23 15:00:25 UTC
uns_test.c: In function ‘main’:
uns_test.c:156:12: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  156 |     (void) write(fds.to[1], "!", 1);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/home/runner/work/libcap-testing/libcap-testing/clone/libcap/tests

Note You need to log in before you can comment on or make changes to this bug.