Skip to content
Snippets Groups Projects
Commit 7dc1b7c8 authored by Rene Brun's avatar Rene Brun
Browse files

To avoid compiler warnings, change statements like

  buf[0] = -1
to
 buf[0] = (char) -1;

Thanks to Jiri Masik


git-svn-id: http://root.cern.ch/svn/root/trunk@6332 27541ba8-7e3a-0410-8455-c3a389f83636
parent f4a4d08e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment