pire icon indicating copy to clipboard operation
pire copied to clipboard

fix possible warning in multi.h

Open starius opened this issue 8 years ago • 0 comments

Fix the following warning:

'*((void*)& s +72)' may be used uninitialized in this function
/multi.h:243:11: note: '*((void*)& s +72)' was declared here
Scanner s;

starius avatar Nov 27 '15 12:11 starius