diff options
author | Werner Koch <wk@gnupg.org> | 2019-11-27 20:15:53 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2019-11-27 20:21:47 +0100 |
commit | f59455d054a79068ebf480cd28f02993c1facf3b (patch) | |
tree | 93f7e01273ccaf3c9fb984366e7647bc12f58b4f /kbx | |
parent | gpg: Move a keydb function to another file. (diff) | |
download | gnupg2-f59455d054a79068ebf480cd28f02993c1facf3b.tar.xz gnupg2-f59455d054a79068ebf480cd28f02993c1facf3b.zip |
dirmngr: Replace no-strict-overflow pragma by wrapv pragma.
* dirmngr/dirmngr.c (time_for_housekeeping_p): Build with --fwrapv.
Replace protecting macro.
--
I once replaced all JNLIB macros by GPGRT macros. However, I missed
to get this right for the push pragma test and used
GPGRT_GCC_HAVE_PUSH_PRAGMA
instead of the correct
GPGRT_HAVE_PRAGMA_GCC_PUSH
Now after fixing this it turned out that no-strict-overflow is not
anymore supported as oprimize pragma and thus I replaced that too
according to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58454 .
Tested with 32 bit Windows but the real test will be in 2038.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'kbx')
0 files changed, 0 insertions, 0 deletions