Skip to content

Commit

Permalink
Suppress a static analyzer thing
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Nov 13, 2024
1 parent 4ee0b2e commit bf5fbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AngelLoader_Stub/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ using std::string;
using std::wstring;
namespace fs = std::filesystem;

int show_loader_alert()
int show_loader_alert() // NOLINT(misc-use-internal-linkage)
{
const wstring msg1 =
L"AngelLoader is set as the FM selector for this game.\r\n\r\n";
Expand Down

0 comments on commit bf5fbaf

Please sign in to comment.