Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Fix compiler warnings#15

Open
alivenets wants to merge 3 commits intoPelagicore:masterfrom
alivenets:fix-warnings
Open

Fix compiler warnings#15
alivenets wants to merge 3 commits intoPelagicore:masterfrom
alivenets:fix-warnings

Conversation

@alivenets
Copy link
Copy Markdown

No description provided.

Alexander Livenets added 3 commits April 30, 2020 22:43
Set C++14 required standard for C++

Signed-off-by: Alexander Livenets <alivenets@zoho.eu>
Fix "-Wsizeof-pointer-div", use `std::vector` with contiguous storage.

Ignore "-Wformat-nonliteral" for snprintf and nonliteral format strings.

Add and fix "-Wformat-truncation", by extending array size.

Remove unknown warning "-Wno-vla-extension".

Remove unknown warning "-Wno-gnu-zero-variadic-macro-arguments".

Signed-off-by: Alexander Livenets <alivenets@zoho.eu>
Signed-off-by: Alexander Livenets <alivenets@zoho.eu>
@alivenets
Copy link
Copy Markdown
Author

@martin-ejdestig could you help me with the review or find a person who can do it?

Copy link
Copy Markdown
Author

@alivenets alivenets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added some fixes for compiler warnings

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant