diff options
| author | Werner Koch <[email protected]> | 2008-10-17 19:18:46 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2008-10-17 19:18:46 +0000 |
| commit | 0698c5169fca5b7969e6b0fa4de22b693e7fd2e4 (patch) | |
| tree | ebfa56dde985a7925e9dc6ea60bda96569106718 /g10/main.h | |
| parent | Reset the context lock flag after a failed dirmngr start which may happend (diff) | |
| download | gnupg-0698c5169fca5b7969e6b0fa4de22b693e7fd2e4.tar.gz gnupg-0698c5169fca5b7969e6b0fa4de22b693e7fd2e4.zip | |
Use more warning options with modern GCCs.
Other minor changes.
Diffstat (limited to 'g10/main.h')
| -rw-r--r-- | g10/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h index d6b5a967e..be60d17ce 100644 --- a/g10/main.h +++ b/g10/main.h @@ -93,7 +93,7 @@ int openpgp_md_test_algo( int algo ); #ifdef USE_IDEA void idea_cipher_warn( int show ); #else -#define idea_cipher_warn(a) +#define idea_cipher_warn(a) do { } while (0) #endif struct expando_args |
