diff options
author | Werner Koch <[email protected]> | 2014-08-21 17:50:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-08-25 14:37:45 +0000 |
commit | b84c1ee0d637108a74066e0da50cb132273020e9 (patch) | |
tree | 68f918cd84853d4cc0e314584aafad2125fabd08 /tests/t-syserror.c | |
parent | Add estream code from GnuPG. (diff) | |
download | libgpg-error-b84c1ee0d637108a74066e0da50cb132273020e9.tar.gz libgpg-error-b84c1ee0d637108a74066e0da50cb132273020e9.zip |
Add missing redefine macros to cleanup the external symbols.
Diffstat (limited to 'tests/t-syserror.c')
-rw-r--r-- | tests/t-syserror.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/t-syserror.c b/tests/t-syserror.c index 25de86f..a4cb983 100644 --- a/tests/t-syserror.c +++ b/tests/t-syserror.c @@ -2,17 +2,17 @@ Copyright (C) 2006 g10 Code GmbH This file is part of libgpg-error. - + libgpg-error is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - + libgpg-error is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - + You should have received a copy of the GNU Lesser General Public License along with libgpgme-error; if not, write to the Free Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA @@ -38,6 +38,9 @@ main (int argc, char *argv[]) int save_errno; gpg_err_code_t ec; + (void)argc; + (void)argv; + fp = fopen ("/does-not-exist/110761/nowhere.foo", "r"); if (fp) { |