[Redbutton-devel] SF.net SVN: redbutton: [464] redbutton-author/trunk/ccc.y
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-11-16 17:20:22
|
Revision: 464
http://redbutton.svn.sourceforge.net/redbutton/?rev=464&view=rev
Author: skilvington
Date: 2007-11-16 09:20:21 -0800 (Fri, 16 Nov 2007)
Log Message:
-----------
keep the compiler happy
Modified Paths:
--------------
redbutton-author/trunk/ccc.y
Modified: redbutton-author/trunk/ccc.y
===================================================================
--- redbutton-author/trunk/ccc.y 2007-11-16 17:16:23 UTC (rev 463)
+++ redbutton-author/trunk/ccc.y 2007-11-16 17:20:21 UTC (rev 464)
@@ -787,6 +787,7 @@
buf_append(&state.decode_fns, "\tint left = length;\n");
buf_append(&state.decode_fns, "\tint sublen;\n");
buf_append(&state.decode_fns, "\tstruct der_tag tag;\n\n");
+ buf_append(&state.decode_fns, "\t/* keep the compiler happy */\n\ttag = tag;\n\n");
buf_append(&state.decode_fns, "\tverbose(\"<%s>\\n\");\n\n", name);
/* ASN1 is_Xxx() functions */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|