Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from:
742a41d
)
Make build shut up about system() without return value check.
author
[email protected]
<
[email protected]
>
Tue, 21 Apr 2015 14:27:51 +0000
(16:27 +0200)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Mon, 27 Apr 2015 06:57:51 +0000
(08:57 +0200)
st.c:1321:2: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result]
system(cmd);
^~~~~~ ~~~
Debatable whether an error here should case exit(EXIT_FAILURE). Just
preserving the existing behaviour for now.
No differences found