Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Laszlo Agocs
qtrhi
Commits
69e66609
Commit
69e66609
authored
Mar 12, 2019
by
Laszlo Agocs
Browse files
Avoid unused param with clang
parent
e03929b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rhi/qrhimetal.mm
View file @
69e66609
...
...
@@ -274,6 +274,8 @@ struct QMetalSwapChainData
QRhiMetal
::
QRhiMetal
(
QRhiMetalInitParams
*
params
,
QRhiMetalNativeHandles
*
importDevice
)
{
Q_UNUSED
(
params
);
d
=
new
QRhiMetalData
(
this
);
importedDevice
=
importDevice
!=
nullptr
;
...
...
Write
Preview
Supports
Markdown
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