chao an 09c006b9c8 libs: fix visual studio Compiler Error C2124
D:\code\incubator-nuttx\libs\libc\stdlib\lib_strtod.c: error C2124: divide or mod by zero

Windows MSVC restrictions, MSVC doesn't allow division through a
zero literal, but allows it through non-const variable set to zero

Reference:
https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2124?view=msvc-170

Signed-off-by: chao an <anchao@xiaomi.com>
2022-09-26 04:40:09 +08:00
..
2021-03-03 18:52:53 -08:00
2021-03-03 18:52:53 -08:00
2020-07-04 11:10:29 +09:00
2021-07-14 15:09:58 -03:00
2021-07-14 15:09:58 -03:00
2020-07-04 11:10:29 +09:00
2021-03-03 18:52:53 -08:00
2021-04-02 11:12:25 -05:00
2021-03-03 18:52:53 -08:00
2021-03-03 18:52:53 -08:00
2022-07-27 00:36:49 +08:00
2021-04-02 11:12:25 -05:00
2021-07-14 15:09:58 -03:00
2022-07-27 00:36:49 +08:00