mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Fix xcode9.3 -Wunused-lambda-capture errors
Disable the warning on 3rdparty files
${glslang_dir}/hlsl/hlslParseHelper.cpp
Disable the warning on files where fixing it would cause a non-OSX compile error
os/os_specific.cpp
This commit is contained in:
@@ -449,7 +449,7 @@ private:
|
||||
return;
|
||||
|
||||
Renderer.ListFolder(
|
||||
makePath(node), true, [this, node](const rdcstr &path, const rdcarray<PathEntry> &files) {
|
||||
makePath(node), true, [node](const rdcstr &path, const rdcarray<PathEntry> &files) {
|
||||
|
||||
if(files.count() == 1 && (files[0].flags & PathProperty::ErrorAccessDenied))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user