Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
fdf24a94
Commit
fdf24a94
authored
Feb 10, 2011
by
Austin English
Committed by
Alexandre Julliard
Feb 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32/tests: Remove dead assignments (LLVM/Clang).
parent
35c2ebd6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vartest.c
dlls/oleaut32/tests/vartest.c
+2
-2
No files found.
dlls/oleaut32/tests/vartest.c
View file @
fdf24a94
...
...
@@ -449,7 +449,8 @@ static void test_VariantClear(void)
IUnknown
*
punk
;
/* Crashes: Native does not test input for NULL, so neither does Wine */
if
(
0
)
hres
=
VariantClear
(
NULL
);
if
(
0
)
VariantClear
(
NULL
);
/* Only the type field is set, to VT_EMPTY */
V_VT
(
&
v
)
=
VT_UI4
;
...
...
@@ -2154,7 +2155,6 @@ static void test_VarSub(void)
if
(
rightvt
==
VT_BSTR
)
V_BSTR
(
&
right
)
=
rbstr
;
V_VT
(
&
result
)
=
VT_EMPTY
;
resvt
=
VT_ERROR
;
/* All extra flags produce errors */
if
(
ExtraFlags
[
i
]
==
(
VT_VECTOR
|
VT_BYREF
|
VT_RESERVED
)
||
...
...
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