Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
273065ce
Commit
273065ce
authored
Feb 09, 2011
by
Austin English
Committed by
Alexandre Julliard
Feb 10, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdiplus/tests: Make sure to use return values (LLVM/Clang).
parent
a13e596c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
image.c
dlls/gdiplus/tests/image.c
+2
-0
No files found.
dlls/gdiplus/tests/image.c
View file @
273065ce
...
@@ -937,6 +937,7 @@ static void test_fromhicon(void)
...
@@ -937,6 +937,7 @@ static void test_fromhicon(void)
expect
(
Ok
,
stat
);
expect
(
Ok
,
stat
);
expect
(
ImageTypeBitmap
,
type
);
expect
(
ImageTypeBitmap
,
type
);
stat
=
GdipGetImagePixelFormat
((
GpImage
*
)
bitmap
,
&
format
);
stat
=
GdipGetImagePixelFormat
((
GpImage
*
)
bitmap
,
&
format
);
expect
(
Ok
,
stat
);
expect
(
PixelFormat32bppARGB
,
format
);
expect
(
PixelFormat32bppARGB
,
format
);
/* raw format */
/* raw format */
expect_rawformat
(
&
ImageFormatMemoryBMP
,
(
GpImage
*
)
bitmap
,
__LINE__
,
FALSE
);
expect_rawformat
(
&
ImageFormatMemoryBMP
,
(
GpImage
*
)
bitmap
,
__LINE__
,
FALSE
);
...
@@ -973,6 +974,7 @@ static void test_fromhicon(void)
...
@@ -973,6 +974,7 @@ static void test_fromhicon(void)
expect
(
Ok
,
stat
);
expect
(
Ok
,
stat
);
expect
(
ImageTypeBitmap
,
type
);
expect
(
ImageTypeBitmap
,
type
);
stat
=
GdipGetImagePixelFormat
((
GpImage
*
)
bitmap
,
&
format
);
stat
=
GdipGetImagePixelFormat
((
GpImage
*
)
bitmap
,
&
format
);
expect
(
Ok
,
stat
);
expect
(
PixelFormat32bppARGB
,
format
);
expect
(
PixelFormat32bppARGB
,
format
);
/* raw format */
/* raw format */
expect_rawformat
(
&
ImageFormatMemoryBMP
,
(
GpImage
*
)
bitmap
,
__LINE__
,
FALSE
);
expect_rawformat
(
&
ImageFormatMemoryBMP
,
(
GpImage
*
)
bitmap
,
__LINE__
,
FALSE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment