Rename new_list variable to not shadow new_list function 48/9448/1
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 20 Jul 2013 06:40:37 +0000 (23:40 -0700)
committerSung-Jin Park <sj76.park@samsung.com>
Tue, 3 Sep 2013 04:11:41 +0000 (00:11 -0400)
commitaa0c94260e006b949fc511c9e675153e2d609641
tree351af314373592e5b15fc94438119ebfd5dfac9c
parent23e82c82f78c0e4edb3a83605e5411cf06bf5949
Rename new_list variable to not shadow new_list function

Silences gcc warning:
list.c: In function ‘dup_list_head’:
list.c:104:14: warning: declaration of ‘new_list’ shadows a global
 declaration [-Wshadow]
list.c:80:10: warning: shadowed declaration is here [-Wshadow]

Change-Id: Icd36196f63a565918e10864e866bd8c9f636d28a
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
list.c