summaryrefslogtreecommitdiffstats
path: root/tools/resampler_tools/fir.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/resampler_tools/fir.cpp')
-rw-r--r--tools/resampler_tools/fir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/resampler_tools/fir.cpp b/tools/resampler_tools/fir.cpp
index cc3d509..8c8a4ea 100644
--- a/tools/resampler_tools/fir.cpp
+++ b/tools/resampler_tools/fir.cpp
@@ -243,7 +243,7 @@ int main(int argc, char** argv)
}
}
} else {
- for (int j=0 ; j<polyN ; j++) {
+ for (unsigned int j=0 ; j<polyN ; j++) {
// calculate the phase
double p = ((polyM*j) % polyN) / double(polyN);
if (!debug) printf("\n ");