Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-burda authored Nov 30, 2024
1 parent 4873700 commit 523d506
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace
{
void test_single_threaded()
{
// NOLINTNEXTLINE
using namespace burda;

env::setenv("foo", "value", true);
Expand All @@ -28,6 +29,7 @@ void test_multi_threaded()
}
} // namespace

// NOLINTNEXTLINE(bugprone-exception-escape)
int main([[maybe_unused]] const int argc, [[maybe_unused]] const char** argv)
{
test_single_threaded();
Expand Down

0 comments on commit 523d506

Please sign in to comment.