Project

General

Profile

« Previous | Next » 

Revision 104069e7

Added by shyouhei (Shyouhei Urabe) over 2 years ago

syserr_initialize: delete redundant strerror() declaration

This line issues a warning on clang. strerror is of course a part of
ISO C since its dawn. We practically have never needed it.