summaryrefslogtreecommitdiff
path: root/misc/fnmatch.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-09-11 23:26:22 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-09-11 23:26:22 +0200
commit65cbae7709bad0021182e2ba2b35c6c356e15ab5 (patch)
tree3477c0a84ed66fbb0460ebea9941f352c5b0eea5 /misc/fnmatch.c
parent9f914c252453628999e72018354e95310f10f4a9 (diff)
downloadlibrpm-tizen-65cbae7709bad0021182e2ba2b35c6c356e15ab5.tar.gz
librpm-tizen-65cbae7709bad0021182e2ba2b35c6c356e15ab5.tar.bz2
librpm-tizen-65cbae7709bad0021182e2ba2b35c6c356e15ab5.zip
Remove splint tags.
Diffstat (limited to 'misc/fnmatch.c')
-rw-r--r--misc/fnmatch.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/misc/fnmatch.c b/misc/fnmatch.c
index aef33970f..618317ab5 100644
--- a/misc/fnmatch.c
+++ b/misc/fnmatch.c
@@ -1,8 +1,3 @@
-/*@-bounds@*/
-/*@-retalias@*/
-/*@-shiftimplementation@*/
-/*@-temptrans@*/
-/*@-unreachable@*/
/* Copyright (C) 1991-1993, 1996-1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
@@ -613,8 +608,3 @@ fnmatch (const char *pattern, const char *string, int flags)
}
#endif /* _LIBC or not __GNU_LIBRARY__. */
-/*@=unreachable@*/
-/*@=temptrans@*/
-/*@=shiftimplementation@*/
-/*@=retalias@*/
-/*@=bounds@*/