Skip to content

Commit

Permalink
Avoid warning on unreachable-code
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Feb 20, 2025
1 parent 7daf7ac commit 1dfd9a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/atlas/parallel/acc/acc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ CompilerId compiler_id() {
}
}();
return id;
#endif
#else
return CompilerId::unknown;
#endif
}


Expand Down

0 comments on commit 1dfd9a5

Please sign in to comment.