Skip to content
Snippets Groups Projects
  1. Feb 15, 2022
  2. Nov 25, 2021
  3. Nov 24, 2021
  4. Jul 06, 2021
  5. Apr 21, 2021
  6. Mar 10, 2021
  7. Jan 04, 2021
  8. Dec 03, 2020
  9. Aug 14, 2020
    • Gábor Szalai's avatar
      Remove leading zero warning from str2float compiler part (bug 566028) · bcab9cf8
      Gábor Szalai authored
      
      The standard explicitly allow the leading zero for str2float
      Leading zero warning is not needed as it is allowed.
      
      C.1.29  Character string to float
      str2float(in charstring invalue) return float This function
      converts a charstring comprising a number into a float value.
      The format of the number in the charstring shall follow rules
      in clause 6.1.0, items a) or b) with the following exceptions:
      
      leading zeros are allowed;
      
      EXAMPLE:
      
      str2float("12345.6") // is the same as str2float("123.456E+02")
      
      Change-Id: I0e29260f893874d4b34372cd064882bb51087260
      Signed-off-by: default avatarGabor Szalai <gabor.szalai@ericsson.com>
      bcab9cf8
  10. Aug 12, 2020
  11. Aug 11, 2020
  12. Jul 09, 2020
  13. Jun 16, 2020
  14. Jun 11, 2020
  15. May 15, 2020
  16. May 12, 2020
  17. Apr 23, 2020
  18. Apr 06, 2020
  19. Mar 05, 2020
  20. Feb 14, 2020
  21. Oct 28, 2019
  22. Apr 04, 2019
  23. Mar 26, 2019
  24. Mar 12, 2019
  25. Feb 28, 2019
  26. Nov 13, 2018
  27. Sep 26, 2018
  28. Sep 04, 2018
  29. Aug 14, 2018
  30. Aug 12, 2018
  31. Aug 06, 2018
  32. Jun 18, 2018
  33. Apr 16, 2018
  34. Mar 28, 2018
  35. Mar 01, 2018
  36. Jan 18, 2018
  37. Jan 11, 2018
  38. Nov 30, 2017
Loading