[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 08/14: blocks: fix angry min_xx_impl warnin
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 08/14: blocks: fix angry min_xx_impl warningsx |
Date: |
Mon, 30 May 2016 21:23:23 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit b0f5c2b7d342d07a94dc154c132c71bb9804a15f
Author: Tim O'Shea <address@hidden>
Date: Mon May 30 14:55:01 2016 -0400
blocks: fix angry min_xx_impl warningsx
---
gr-blocks/lib/min_XX_impl.cc.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gr-blocks/lib/min_XX_impl.cc.t b/gr-blocks/lib/min_XX_impl.cc.t
index d1cea61..27d5fb8 100644
--- a/gr-blocks/lib/min_XX_impl.cc.t
+++ b/gr-blocks/lib/min_XX_impl.cc.t
@@ -77,7 +77,7 @@ namespace gr {
}
else // vector mode output
- for(int i = 0; i < noutput_items * d_vlen_out; i++) {
+ for(size_t i = 0; i < noutput_items * d_vlen_out; i++) {
@I_TYPE@ min = ((@I_TYPE@ *)input_items[0])[i];
for(int k = 1; k < ninputs; k++) {
- [Commit-gnuradio] [gnuradio] 02/14: CMake: Fix search paths for the Volk submodule in GnuradioConfig.cmake, (continued)
- [Commit-gnuradio] [gnuradio] 02/14: CMake: Fix search paths for the Volk submodule in GnuradioConfig.cmake, git, 2016/05/30
- [Commit-gnuradio] [gnuradio] 04/14: dtv: Fix usage of volk_32f_index_max*, first argument, to be uint16_t* as required by the Volk API., git, 2016/05/30
- [Commit-gnuradio] [gnuradio] 12/14: Merge remote-tracking branch 'stwunsch/master', git, 2016/05/30
- [Commit-gnuradio] [gnuradio] 05/14: set c/c++ standard in cmake so that we are not dependent on the default c/c++ standard set by the specific compiler., git, 2016/05/30
- [Commit-gnuradio] [gnuradio] 06/14: Merge branch 'maint', git, 2016/05/30
- [Commit-gnuradio] [gnuradio] 03/14: grc: hide comments of hidden variables, git, 2016/05/30
- [Commit-gnuradio] [gnuradio] 14/14: Merge branch 'maint', git, 2016/05/30
- [Commit-gnuradio] [gnuradio] 07/14: volk: updated to latest master b930d7f, git, 2016/05/30
- [Commit-gnuradio] [gnuradio] 09/14: Merge remote-tracking branch 'michaelld/fix_volk_max_index_uint16_t', git, 2016/05/30
- [Commit-gnuradio] [gnuradio] 11/14: Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg', git, 2016/05/30
- [Commit-gnuradio] [gnuradio] 08/14: blocks: fix angry min_xx_impl warningsx,
git <=