mirror of
https://github.com/SELinuxProject/selinux
synced 2025-03-01 07:50:38 +00:00
Email: justinmattock@gmail.com Subject: libsemanage Fix warning: parameter 'key' set but not used(and others) Date: Tue, 6 Jul 2010 15:23:30 -0700 libsemanage produced no errors with the warnings, Im just noticing big hunks of sections with warning messages: database_llist.c: In function 'dbase_llist_add': database_llist.c:150:28: warning: parameter 'key' set but not used database_llist.c: In function 'dbase_llist_count': database_llist.c:221:50: warning: parameter 'handle' set but not used database_llist.c: In function 'dbase_llist_del': database_llist.c:278:41: warning: parameter 'handle' set but not used (and so on...) so add the GCC attribute to quiet these warnings since most go to NULL; Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Chad Sellers <csellers@tresys.com> |
||
---|---|---|
.. | ||
example | ||
include | ||
man | ||
src | ||
tests | ||
.gitignore | ||
ChangeLog | ||
COPYING | ||
Makefile | ||
VERSION |