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

Format cpp and hpp files in Fw/Types #2677

Merged
merged 1 commit into from
Apr 15, 2024

Reformat cpp and hpp files in Fw/Types

171781b
Select commit
Loading
Failed to load commit list.
Merged

Format cpp and hpp files in Fw/Types #2677

Reformat cpp and hpp files in Fw/Types
171781b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 12, 2024 in 3s

681 new alerts

New alerts in code changed by this pull request

  • 430 warnings
  • 251 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 129 in Fw/Types/Assert.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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

Check notice on line 648 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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

Check notice on line 133 in Fw/Types/Assert.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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

Check notice on line 137 in Fw/Types/Assert.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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

Check notice on line 675 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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

Check notice on line 774 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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

Check notice on line 763 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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

Check notice on line 755 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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

Check notice on line 692 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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

Check notice on line 679 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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

Check notice on line 665 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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

Check notice on line 652 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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

Check notice on line 623 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

numBytesToSkip uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 609 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

numBytesToSkip uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 641 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

offset uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 635 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

offset uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 591 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

size uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 521 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

length uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 506 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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

Check notice on line 513 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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

Check notice on line 513 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

noLength uses the basic integral type bool rather than a typedef with size and signedness.

Check notice on line 463 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

val uses the basic integral type bool rather than a typedef with size and signedness.

Check notice on line 286 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

size uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 236 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

length uses the basic integral type unsigned long rather than a typedef with size and signedness.

Check notice on line 227 in Fw/Types/Serializable.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

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