nuttx-apps/benchmarks/dhrystone
wangming9 8ed046e2d6 apps/benchmarks/dhrystone: Fix compilation errors
Error details:
dhrystone/v2.2/dry.c:714:3: error: 'Int_2_Loc' may be used uninitialized [-Werror=maybe-uninitialized]
  714 |   fprintf (stderr, "Int_2_Loc:           %d\n", Int_2_Loc);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dhrystone/v2.2/dry.c:543:25: note: 'Int_2_Loc' was declared here
  543 |   REG   One_Fifty       Int_2_Loc;
      |                         ^~~~~~~~~

Signed-off-by: wangming9 <wangming9@xiaomi.com>
Signed-off-by: lipengfei28 <lipengfei28@xiaomi.com>
2024-10-15 10:31:14 +08:00
..
.gitignore benchmark: update gitignore for superpi and dhrystone 2024-06-12 23:24:29 +08:00
0001-dry2.2-Fix-malloc-type-mismatch.patch dhrystone:Add dhrystone download link 2024-04-08 14:11:31 +08:00
0002-dhrystone-fix-redefine-warning.patch dhrystone:Add dhrystone download link 2024-04-08 14:11:31 +08:00
CMakeLists.txt apps/benchmarks/dhrystone: Fix compilation errors 2024-10-15 10:31:14 +08:00
Kconfig benchmarks:Move the performance tools to benchmark. 2024-04-08 14:11:31 +08:00
Make.defs benchmarks:Move the performance tools to benchmark. 2024-04-08 14:11:31 +08:00
Makefile apps/benchmarks/dhrystone: Fix compilation errors 2024-10-15 10:31:14 +08:00