commit | e0faec180004afb9a68ffe7dffce591f0dec305f | [log] [tgz] |
---|---|---|
author | Jing Yu <jingyu@google.com> | Mon May 24 11:00:02 2010 -0700 |
committer | Jing Yu <jingyu@google.com> | Mon May 24 11:00:02 2010 -0700 |
tree | dc3c3f9288405fa0c6a4ff94f62e2276234362a6 | |
parent | 8e199439ff3a726412b31b0c75f50b5aee7a77a1 [diff] |
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