Fix false GCC warning.
* linespec.c (decode_line_1): Initialize values.
+2011-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ Fix false GCC warning.
+ * linespec.c (decode_line_1): Initialize values.
+
2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
* linespec.c (find_method): Accept the function type automatically only
if (is_quote_enclosed)
++saved_arg;
+ /* Initialize it just to avoid a GCC false warning. */
+ memset (&values, 0, sizeof (values));
+
TRY_CATCH (ex, RETURN_MASK_ERROR)
{
values = decode_compound (argptr, funfirstline, canonical,