mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-09 17:45:07 +08:00
objc-list.h (list_free): Add keyword 'inline' to avoid unused warning.
2007-02-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org> * objc/objc-list.h (list_free): Add keyword 'inline' to avoid unused warning. From-SVN: r122090
This commit is contained in:
parent
f56fe8ff92
commit
3034b4535a
@ -1,3 +1,8 @@
|
||||
2007-02-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
|
||||
|
||||
* objc/objc-list.h (list_free): Add keyword 'inline' to avoid
|
||||
unused warning.
|
||||
|
||||
2006-10-31 Geoffrey Keating <geoffk@apple.com>
|
||||
|
||||
* encoding.c (darwin_rs6000_special_round_type_align): New.
|
||||
|
@ -139,7 +139,7 @@ list_find(struct objc_list** list, void* elem)
|
||||
|
||||
/* Free list (backwards recursive) */
|
||||
|
||||
static void
|
||||
static inline void
|
||||
list_free(struct objc_list* list)
|
||||
{
|
||||
if(list)
|
||||
|
Loading…
Reference in New Issue
Block a user