This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] add ARG_UNUSED annotations to libgomp


Hi,

Attached patch flags a few unused arguments with ARG_UNUSED.

Please consider for trunk.

2006-03-14  Bernhard Fischer  <aldot@gcc.gnu.org>
	* libgomp.h: include ansidecl.h.
	* config/linux/mutex.h (gomp_mutex_destroy): flag unused argument with ARG_UNUSED.
	* config/linux/lock.c (omp_destroy_nest_lock): Likewise.
	* config/linux/sem.h (gomp_sem_destroy): Likewise.

Attachment: gcc.libgomp.ansidecl_annotations.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]