Skip to content

Commit

Permalink
Merge pull request #145 from dbarry9/2023.12.19_cat-flops-compiler-error
Browse files Browse the repository at this point in the history
cat: fix compile-time error
  • Loading branch information
gcongiu authored Dec 20, 2023
2 parents b876424 + 13a589b commit 90c9d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/counter_analysis_toolkit/flops.c
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,7 @@ void exec_flops( int precision, int EventSet, FILE *fp ) {
#endif
break;
default:
;
}

return;
Expand Down

0 comments on commit 90c9d41

Please sign in to comment.