-
Notifications
You must be signed in to change notification settings - Fork 33
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
update for fix compile warning -Wformat #10
Open
jennycao
wants to merge
8
commits into
projectceladon:master
Choose a base branch
from
jennycao:jennycao/fix-compile-warning-wformat
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
update for fix compile warning -Wformat #10
jennycao
wants to merge
8
commits into
projectceladon:master
from
jennycao:jennycao/fix-compile-warning-wformat
Conversation
This file contains 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
Signed-off-by: Kishore Kadiyala <[email protected]>
Export necessary header files used by other components for Android, such as libva intel-driver, gralloc, hwcomposer, etc. Signed-off-by: li zhuangzhi <[email protected]>
Those formats are used for HEVC10bit decoding Android need gralloc these formats Signed-off-by: Lin Johnson <[email protected]>
Signed-off-by: Gao Chun <[email protected]>
JIRA : None Test : Travis CI checks getting triggered
Jira: None. Test: Build passes on Android and no warnings reported. Signed-off-by: renchenglei <[email protected]>
Jira: https://jira01.devtools.intel.com/browse/OAM-52530 Tests: Test Passes Signed-off-by: Poornima <[email protected]>
update for fix compile warning : format specifies type 'unsigned long' but the argument has type '__u64' (aka 'unsigned long long') [-Wformat] Jira: GSE-1411 Tests: compilation with warning clean
kalyankondapally
force-pushed
the
master
branch
from
April 10, 2018 05:09
66eba1b
to
315f8bd
Compare
@jennycao Update commit message and send it to libdrm mailing list for review ? |
@kalyankondapally https://patchwork.freedesktop.org/patch/223574/ is send for dri-devel mailing list for review. |
@Kishore409 Why push other commits into the same review? I think it cause confusion |
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.
update for fix compile warning : format specifies type 'unsigned long' but the argument has type '__u64' (aka 'unsigned long long') [-Wformat]