Fix compiler warnings across the tree. Adds --enable-warnings-as-errors configure...
[debian/gnuradio] / gnuradio-core / src / lib / filter / gr_fft_filter_ccc.cc
index 1083b181c4e903468acc79650297ef362d5e11ff..5f06a23b9043976c7b31b520f6716924beca3ee2 100644 (file)
@@ -66,6 +66,7 @@ gr_fft_filter_ccc::~gr_fft_filter_ccc ()
   delete d_invfft;
 }
 
+#if 0
 static void 
 print_vector_complex(const std::string label, const std::vector<gr_complex> &x)
 {
@@ -74,6 +75,7 @@ print_vector_complex(const std::string label, const std::vector<gr_complex> &x)
     std::cout << x[i] << " ";
   std::cout << "\n";
 }
+#endif
 
 void
 gr_fft_filter_ccc::set_taps (const std::vector<gr_complex> &taps)