summaryrefslogtreecommitdiff
path: root/gr-atsc/src
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-01-06 14:19:59 -0500
committerTom Rondeau <trondeau@vt.edu>2012-01-06 14:19:59 -0500
commit963b3dd91cd2204c601dc6325cc5b159e927054c (patch)
tree9813c3a43f581572a533e7e2db9fc04640ce593c /gr-atsc/src
parent1561b416702a26d53f0bbd5879925534c0ff82b2 (diff)
Remove some more warnings. I'm probably being a bit OCD about these ones, but it makes the build output so much nicer...
Diffstat (limited to 'gr-atsc/src')
-rw-r--r--gr-atsc/src/lib/qa_atsci_single_viterbi.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-atsc/src/lib/qa_atsci_single_viterbi.cc b/gr-atsc/src/lib/qa_atsci_single_viterbi.cc
index dac1e94c33..95e595026b 100644
--- a/gr-atsc/src/lib/qa_atsci_single_viterbi.cc
+++ b/gr-atsc/src/lib/qa_atsci_single_viterbi.cc
@@ -238,7 +238,7 @@ qa_atsci_single_viterbi::t1 ()
if (differs) {
const int ERRTOL = 12; /* Or relate to delay? */
int shouldfix = 1;
- int lasti = -ERRTOL;
+ //int lasti = -ERRTOL;
printf ( " Inserted errors: ");
for (int erri = 0; erri < NN; erri++) {
@@ -246,7 +246,7 @@ qa_atsci_single_viterbi::t1 ()
printf (" %d", erri);
// if (erri < lasti+ERRTOL)
// shouldfix = 0;
- lasti = erri;
+ //lasti = erri;
}
}
printf ("\n Erroneous result dibits:");