Feature/VPP-2129-CPP-build-compatible#3595
Closed
mohammadmahdi255 wants to merge 20 commits intoFDio:masterfrom
Closed
Feature/VPP-2129-CPP-build-compatible#3595mohammadmahdi255 wants to merge 20 commits intoFDio:masterfrom
mohammadmahdi255 wants to merge 20 commits intoFDio:masterfrom
Conversation
resolve warnings
add more explicit cast
Change-Id: Ie3e4f7e7f43aaf6bcc020d48d8f8c5a45c18225c
fb10a3b to
7f02626
Compare
Contributor
|
Thank you so much for your interest! VPP takes patches at https://gerrit.fd.io/ Using git review to contribute patches is recommended |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add cast to void * element:
add _ before keyword names in CPP that use as variable name in C like class, template, new
add cast for int to enum assignment
handle overflow cast like -1 to unsigned and ~0 currently