diff options
author | Moshe Zadka <moshez@math.huji.ac.il> | 2000-08-04 15:53:06 (GMT) |
---|---|---|
committer | Moshe Zadka <moshez@math.huji.ac.il> | 2000-08-04 15:53:06 (GMT) |
commit | 6a078edb0768d1304d285362384476f3ecf309ba (patch) | |
tree | 87d9c42908b28f1e9a71622ac3bb2419db1b6919 /Modules/audioop.c | |
parent | cf703f04ad406d905d280a364048d56aa9d21315 (diff) | |
download | cpython-6a078edb0768d1304d285362384476f3ecf309ba.zip cpython-6a078edb0768d1304d285362384476f3ecf309ba.tar.gz cpython-6a078edb0768d1304d285362384476f3ecf309ba.tar.bz2 |
Removing warnings discovered by gcc -Wall
Diffstat (limited to 'Modules/audioop.c')
-rw-r--r-- | Modules/audioop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/audioop.c b/Modules/audioop.c index 8d25189..49cd8c9 100644 --- a/Modules/audioop.c +++ b/Modules/audioop.c @@ -87,7 +87,7 @@ static int ulaw_table[256] = { 120, 112, 104, 96, 88, 80, 72, 64, 56, 48, 40, 32, 24, 16, 8, 0 }; -/* #define ZEROTRAP /* turn on the trap as per the MIL-STD */ +/* #define ZEROTRAP */ /* turn on the trap as per the MIL-STD */ #define BIAS 0x84 /* define the add-in bias for 16 bit samples */ #define CLIP 32635 |