diff options
| author | NIIBE Yutaka <[email protected]> | 2016-09-15 00:17:59 +0000 |
|---|---|---|
| committer | NIIBE Yutaka <[email protected]> | 2016-09-15 00:17:59 +0000 |
| commit | 68eb5fbd37c31ed7c0c916656131eea7bb58d13d (patch) | |
| tree | eb384f6d83e3817e2f634c60c98d78305d0d0278 /dirmngr | |
| parent | g10: Fix whitespace. (diff) | |
| download | gnupg-68eb5fbd37c31ed7c0c916656131eea7bb58d13d.tar.gz gnupg-68eb5fbd37c31ed7c0c916656131eea7bb58d13d.zip | |
tests/gpgscm: Fix use of pointer.
* tests/gpgscm/scheme-private.h (struct scheme): Use (void *) for
alloc_seg.
* tests/gpgscm/scheme.c (alloc_cellseg): Use (void *) for cp. Use
(void *) for coercion of address calculation.
--
In old C language, (char *) means an address. In modern C, it's
specifically an address with alignment=1. It's good to use (void *) for
an address, because newer compiler emits warnings. Note: in this
particular case, it is just a warning and the code is safe against
invalid alignment, though.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'dirmngr')
0 files changed, 0 insertions, 0 deletions
