X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Flib%2Fgeneral%2Fgr_log2_const.h;h=0c27bbcce18a6a0b580152bdd51087eec28f6250;hb=0cfd4875e519e2b1ee05d074f72ec67391ed13bf;hp=eb73983eb6cbc783372ef5e869d91f0cc1ac98e3;hpb=18a684bf3dc144c48fc4cc6cc72f5070febd8074;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/lib/general/gr_log2_const.h b/gnuradio-core/src/lib/general/gr_log2_const.h index eb73983e..0c27bbcc 100644 --- a/gnuradio-core/src/lib/general/gr_log2_const.h +++ b/gnuradio-core/src/lib/general/gr_log2_const.h @@ -29,7 +29,7 @@ #include -template static inline int gr_log2_const() { assert(0); } +template 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; }