Initialize some variables in order to avoid a compiler warning. Umm.. A bit ugly. Might remove this later.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@355 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Erik Forsberg 2003-03-28 09:13:48 +00:00
parent 1bc2511c0b
commit e1d1e03e00

View File

@ -684,6 +684,8 @@ process_bmpcache(STREAM s)
uint16 bufsize, pad2, row_size, final_size; uint16 bufsize, pad2, row_size, final_size;
uint8 pad1; uint8 pad1;
pad2 = row_size = final_size = -1; /* Shut the compiler up */
in_uint8(s, cache_id); in_uint8(s, cache_id);
in_uint8(s, pad1); /* pad */ in_uint8(s, pad1); /* pad */
in_uint8(s, width); in_uint8(s, width);