commit | b96cbc44fb20fb3cfd9eefac3173121a7394d62b | [log] [tgz] |
---|---|---|
author | Urvang Joshi <urvang@google.com> | Thu Jul 14 11:48:24 2016 -0700 |
committer | Urvang Joshi <urvang@google.com> | Tue Aug 09 22:47:57 2016 +0000 |
tree | 728304c35686710881c583faac90da559160a69d | |
parent | 23dcada96fda1d0992b1efe6a7f50a0d0ef27388 [diff] |
Fix warnings reported by -Wshadow: Part6: main directory Now that all warnings are taken care of, add warning flag -Wshadow to configure. Note: Enabling this flag for C++ generates some useless warnings about some function parameters shadowing class member function names. So, only enabling this warning for C code. Change-Id: I53ffb763483fec675a3358c5e64a737a03b93eb1