Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in Svc::ChronoTime for C++11 std::chrono implementation #3049

Merged
merged 3 commits into from
Nov 25, 2024

Fixing spelling problems

c748b52
Select commit
Loading
Failed to load commit list.
Merged

Add in Svc::ChronoTime for C++11 std::chrono implementation #3049

Fixing spelling problems
c748b52
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 25, 2024 in 9s

No new alerts in code changed by this pull request

Annotations

Check warning on line 27 in Svc/ChronoTime/ChronoTime.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter time has not been checked.

Check notice on line 17 in Svc/ChronoTime/ChronoTime.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

compName uses the basic integral type char rather than a typedef with size and signedness.

Check notice on line 25 in Svc/ChronoTime/ChronoTime.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

portNum uses the basic integral type int rather than a typedef with size and signedness.

Check notice on line 17 in Svc/ChronoTime/ChronoTime.cpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 2 statements; only one is allowed.

Check notice on line 19 in Svc/ChronoTime/ChronoTime.cpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 2 statements; only one is allowed.