diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2019-04-03 11:59:37 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2019-06-20 15:49:36 +0200 |
commit | 90142f2d70018d862cba02067159cad8c7db4239 (patch) | |
tree | 9ddc0fb58a01cd852dc024774e3255a7e76bef53 /devel | |
parent | 4292c1ae6db9edd4b178c10bc5045534ea38e4a5 (diff) | |
download | gnutls-90142f2d70018d862cba02067159cad8c7db4239.tar.gz |
Use inih to parse configuration file
This introduces the inih copylib, and makes our configuration
file parsing more flexible.
Relates: #587
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cppcheck.suppressions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cppcheck.suppressions b/devel/cppcheck.suppressions index 8fa8ccb766..2273647a4f 100644 --- a/devel/cppcheck.suppressions +++ b/devel/cppcheck.suppressions @@ -2,3 +2,5 @@ allocaCalled:lib/nettle/int/pss*.c variableScope:lib/safe-memfuncs.c:42 variableScope:gl/gettext.h redundantAssignment:lib/nettle/backport/cmac.c:132 +variableScope:lib/inih/ini.c:97 +variableScope:lib/inih/ini.c:241 |