Kaydet (Commit) 05642b44 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wconstant-conversion (from 255 to -1)

Change-Id: I9cce09bf729398a475d9d07fdfa002f325611546
üst 3c51c3db
......@@ -277,7 +277,7 @@ void stparmscan(int delim)
{
#ifdef SOLAR
*wp++ = DEL;
*wp++ = MAC_PARM + PAR_MAC; /* Stuff a magic marker */
*wp++ = (char)(MAC_PARM + PAR_MAC); /* Stuff a magic marker */
*wp++ = (char)(i + MAC_PARM); /* Make a formal marker */
*wp = wp[-4]; /* Add on closing quote */
workp = wp + 1; /* Reset string end */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment