[master] Explicitly check return status from a call to system()
Using g++, on some systems a call to system() is tagged with the "warn unused result" attribute. As all warnings are promoted to errors, all uses of system() must use the returned status code.
Showing
Please register or sign in to comment