Skip to content
Snippets Groups Projects
  1. Mar 03, 2022
  2. Feb 17, 2022
  3. Feb 15, 2022
  4. Nov 25, 2021
  5. Nov 24, 2021
  6. Jul 06, 2021
  7. Apr 21, 2021
  8. Mar 10, 2021
  9. Jan 04, 2021
  10. Dec 03, 2020
  11. 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
  12. Aug 12, 2020
  13. Aug 11, 2020
  14. Jul 09, 2020
  15. Jun 16, 2020
  16. Jun 11, 2020
  17. May 15, 2020
  18. May 12, 2020
  19. Apr 23, 2020
  20. Apr 06, 2020
  21. Mar 05, 2020
  22. Feb 14, 2020
  23. Oct 28, 2019
  24. Apr 04, 2019
  25. Mar 26, 2019
  26. Mar 12, 2019
  27. Feb 28, 2019
  28. Nov 13, 2018
  29. Sep 26, 2018
  30. Sep 04, 2018
  31. Aug 14, 2018
  32. Aug 12, 2018
  33. Aug 06, 2018
  34. Jun 18, 2018
  35. Apr 16, 2018
  36. Mar 28, 2018
  37. Mar 01, 2018
  38. Jan 18, 2018
Loading