mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Put extra parens around bit tests.
* g10/options.h (DBG_MPI): New. * g10/gpg.c (set_debug): Use macro or extra parens for binary operator. * g10/parse-packet.c (set_packet_list_mode): Use dbg macro. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
fc0b392e76
commit
5d43d28aa3
4 changed files with 10 additions and 7 deletions
|
@ -174,6 +174,8 @@ Note that such a comment will be removed if the git commit option
|
|||
indicate a problem with the code.
|
||||
- Never init static or file local variables to 0 to make sure they
|
||||
end up in BSS.
|
||||
- But extra parenthesis around terms with binary operators to make
|
||||
it clear that the binary operator was indeed intended.
|
||||
- Use --enable-maintainer-mode with configure so that all suitable
|
||||
warnings are enabled.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue