diff options
| author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-22 17:34:02 -0200 |
|---|---|---|
| committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-22 17:34:02 -0200 |
| commit | f53142c6882f08b646ebe6d614bb6f14d5dcdb57 (patch) | |
| tree | 1cb3cb9a9ee9f94fcaf0533d394dd91207bf3da1 /.gitignore | |
| parent | bee786458655a081487f2caff112f85aa0c3c8de (diff) | |
Correct make distcheck and most gcc/sparse warnings.
Remaining warnings are due to bit/shift operations mixed with
addition/multiplication/etc. "1<<2-1" should be read as
"1 << (2 - 1)", and not "(1 << 2) - 1". The first 2 warnings
appear to be for a confusing case, as a few lines bellow
it is adding parenthesis to the shift operation, but should be
being parsed correctly (not added parenthesis to avoid the
adding them wrong, and "hiding" the warning...)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,3 +20,7 @@ xdpr.1 xpr xpr.1 *~ +*.o +xpr-*.tar.* +ChangeLog +tags |
