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

-Werror,-Wformat

Change-Id: I9668268f15fbcd4af7432d4d0d403b74263fbb18
üst d366d680
......@@ -241,7 +241,7 @@ again:
else
{
#ifdef DEBUG_EVAL
fprintf( pCppOut, "pushing %d onto value stack[%u]\n",
fprintf( pCppOut, "pushing %d onto value stack[%td]\n",
evalue, valp - value);
#endif
*valp++ = evalue;
......
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