Imported Upstream version 3.0.2
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_log2_const.h
index eb73983eb6cbc783372ef5e869d91f0cc1ac98e3..0c27bbcce18a6a0b580152bdd51087eec28f6250 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <assert.h>
 
-template<unsigned int k> static inline int gr_log2_const() { assert(0); }
+template<unsigned int k> static inline int gr_log2_const() { assert(0); return 0; }
 
 template<> static inline int gr_log2_const<1>()   { return 0; }
 template<> static inline int gr_log2_const<2>()   { return 1; }