This library contains code that extends and simplifies different operations
for C language based programs.
Revisión | daf7012d56a8274cc669bd8fddfa189b5d68a966 (tree) |
---|---|
Tiempo | 2022-08-30 05:24:02 |
Autor | Sergey Gusarov <laborer2008@gmai...> |
Commiter | Sergey Gusarov |
test_namespace: MS VC++ warning fix
@@ -1,4 +1,4 @@ | ||
1 | -5c7d4806a5dcc75aecd2b2c1b071145010e3934c cmake/cmake_tools | |
1 | +d82564c83c3b56200534de14f395e6ce9dcdac4c cmake/cmake_tools | |
2 | 2 | 5013d507802becd2c434d4dbdafad45c3da5ef23 include/ctools/std/msinttypes |
3 | 3 | c687cce0a880bac77b1761057be5d13a23c9e098 pyrepo |
4 | 4 | 3852926c00f210905db5feb7a9fa5d5dbf7963ea tests/unity |
@@ -33,7 +33,7 @@ | ||
33 | 33 | |
34 | 34 | void testCompile2(void) |
35 | 35 | { |
36 | - int a; | |
36 | + int a = 0; | |
37 | 37 | int b; |
38 | 38 | |
39 | 39 | b = CT_NAMESPACED(a); |