diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-10 00:27:33 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-10 00:27:33 +0200 |
commit | aedd13a77856ebc9344643571d9e13cc93297b05 (patch) | |
tree | 40be359731886d76ddd0334141a7267c6c549de7 /src/auditor | |
parent | 1cf58e8ff8efc82f0e8bf1a058047d48b86e060e (diff) |
assertions to make compiler happy
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/taler-auditor-sync.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/auditor/taler-auditor-sync.c b/src/auditor/taler-auditor-sync.c index a7ccf800a..2b4bf8558 100644 --- a/src/auditor/taler-auditor-sync.c +++ b/src/auditor/taler-auditor-sync.c @@ -605,6 +605,9 @@ main (int argc, level, NULL)); GNUNET_free (level); + /* suppress compiler warnings... */ + GNUNET_assert (NULL != src_cfgfile); + GNUNET_assert (NULL != dst_cfgfile); if (0 == strcmp (src_cfgfile, dst_cfgfile)) { |