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

Fix compiler warnings #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alivenets
Copy link

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
Author

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

Copy link
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.

None yet

1 participant