Hello,

I noticed a warning when compiling codebook file "codebookjnd.c"
because at line 3491 a double value is stored into an int.:

 /* ../unittest/lspjnd5-10.txt */

  {
    6,
    *11.7181,*
    3369,
    codes4
  },
  { 0, 0, 0, 0 }
};

It fire the following warning:

Warning:(3491, 5) warning: implicit conversion from 'double' to 'int'
> changes value from 11.7181 to 11 [-Wliteral-conversion]


Is this normal?
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Freetel-codec2 mailing list
Freetel-codec2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freetel-codec2

Reply via email to