diff options
author | NIIBE Yutaka <[email protected]> | 2017-05-10 02:01:15 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-05-10 02:13:12 +0000 |
commit | 0ce94a9698104d9bfc73d5a37478189564c96eb4 (patch) | |
tree | 873e5ba87e7aa97e86970d5f1de1daf08f0d2cc5 /dirmngr/cdblib.c | |
parent | g10: Stop compiler warning for t-stutter. (diff) | |
download | gnupg-0ce94a9698104d9bfc73d5a37478189564c96eb4.tar.gz gnupg-0ce94a9698104d9bfc73d5a37478189564c96eb4.zip |
g10, sm, dirmngr, common: Add comment for fall through.
* common/b64dec.c (b64dec_proc): Comment to clarify.
* dirmngr/cdblib.c (cdb_make_put): Use same pattern to clarify.
* dirmngr/dirmngr-client.c (read_pem_certificate): Likewise.
* dirmngr/ks-engine-hkp.c (ks_hkp_get): Likewise.
* g10/armor.c (unarmor_pump): Likewise.
* g10/gpg.c (main): Likewise.
* g10/import.c (read_block): Likewise.
* g10/keygen.c (make_backsig): Likewise.
* g10/pkclist.c (check_signatures_trust): Likewise.
* sm/gpgsm.c (main): Likewise.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'dirmngr/cdblib.c')
-rw-r--r-- | dirmngr/cdblib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/cdblib.c b/dirmngr/cdblib.c index c04690ff8..827399f7e 100644 --- a/dirmngr/cdblib.c +++ b/dirmngr/cdblib.c @@ -617,7 +617,7 @@ cdb_make_put(struct cdb_make *cdbmp, else r = 1; } - /* fall */ + /* fall through */ case CDB_PUT_ADD: rl = cdbmp->cdb_rec[hval&255]; |