Skip to content

Commit

Permalink
Fix SonarQube issue
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Nov 29, 2023
1 parent 59aad6a commit a65c653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/s2p/s2p_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class S2p

private:

void Banner(span<char *>) const;
__attribute__((noreturn)) void Banner(span<char *>) const;
bool InitBus(bool);
void CleanUp();
void ReadAccessToken(const path&);
Expand Down

0 comments on commit a65c653

Please sign in to comment.