Remove redundant initilization to get rid of gcc-4.5 warning:
warning: operation on 'sig_inObj->int_vec38' may be undefined [-Wsequence-point]

The source code has cyclic initilization: a = c = b = c. gcc-4.5 reports
a warning that c may be undefined. The patch is simply removing the redundant
"= c".

Tested the patch with all gcc versions.

Change-Id: I4a6e9ee22b41058a34b0a657fb60e78c4e8f3ebb
1 file changed
tree: dc3c3f9288405fa0c6a4ff94f62e2276234362a6
  1. pico/
  2. pico_resources/
  3. picolanginstaller/
  4. Android.mk
  5. CleanSpec.mk