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
2c128787
Commit
2c128787
authored
Dec 03, 2014
by
André Hentschel
Committed by
Alexandre Julliard
Dec 04, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Remove unused variables (Clang).
parent
8d50a8a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
assoc.c
dlls/shell32/tests/assoc.c
+0
-1
shelllink.c
dlls/shell32/tests/shelllink.c
+0
-2
shlview.c
dlls/shell32/tests/shlview.c
+0
-5
No files found.
dlls/shell32/tests/assoc.c
View file @
2c128787
...
...
@@ -103,7 +103,6 @@ struct assoc_getstring_test
};
static
const
WCHAR
httpW
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
0
};
static
const
WCHAR
httpsW
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
's'
,
0
};
static
const
WCHAR
badW
[]
=
{
'b'
,
'a'
,
'd'
,
'b'
,
'a'
,
'd'
,
0
};
static
struct
assoc_getstring_test
getstring_tests
[]
=
...
...
dlls/shell32/tests/shelllink.c
View file @
2c128787
...
...
@@ -49,8 +49,6 @@ static const GUID _IID_IShellLinkDataList = {
{
0xb9
,
0x2f
,
0x00
,
0xa0
,
0xc9
,
0x03
,
0x12
,
0xe1
}
};
static
const
WCHAR
notafile
[]
=
{
'C'
,
':'
,
'\\'
,
'n'
,
'o'
,
'n'
,
'e'
,
'x'
,
'i'
,
's'
,
't'
,
'e'
,
'n'
,
't'
,
'\\'
,
'f'
,
'i'
,
'l'
,
'e'
,
0
};
/* For some reason SHILCreateFromPath does not work on Win98 and
* SHSimpleIDListFromPathA does not work on NT4. But if we call both we
...
...
dlls/shell32/tests/shlview.c
View file @
2c128787
...
...
@@ -485,11 +485,6 @@ static const struct message folderview_getfocused_seq[] = {
{
0
}
};
static
const
struct
message
folderview_itemcount_seq
[]
=
{
{
LVM_GETITEMCOUNT
,
sent
},
{
0
}
};
static
void
test_IShellView_CreateViewWindow
(
void
)
{
IShellFolder
*
desktop
;
...
...
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