summaryrefslogtreecommitdiff
path: root/lib/gnutls_errors.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2000-12-11 14:57:08 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2000-12-11 14:57:08 +0000
commit04253eee02de1da34e2961416b184a2fa6d3b5dd (patch)
tree4b6f24b06a26e17db0b84b41a1335c44b1c7c8ce /lib/gnutls_errors.h
parent53511dbf37f03ba6cca482d11ca1e9cbb01191aa (diff)
downloadgnutls-04253eee02de1da34e2961416b184a2fa6d3b5dd.tar.gz
cleanups for gcc -Wall
Diffstat (limited to 'lib/gnutls_errors.h')
-rw-r--r--lib/gnutls_errors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/gnutls_errors.h b/lib/gnutls_errors.h
index a010cacb4e..b974e6a7e2 100644
--- a/lib/gnutls_errors.h
+++ b/lib/gnutls_errors.h
@@ -35,13 +35,13 @@
# ifdef __LINE__
# define gnutls_assert() fprintf(stderr, "GNUTLS_ASSERT: %s:%d\n", __FILE__,__LINE__);
# else
-# define gnutls_assert() 1
+# define gnutls_assert()
# endif
# else /* __FILE__ defined */
-# define gnutls_assert() 1
+# define gnutls_assert()
# endif
#else /* no debug */
-# define gnutls_assert() 1
+# define gnutls_assert()
#endif
char* gnutls_strerror(int error);