diff options
| author | Yong He <yonghe@outlook.com> | 2017-11-04 16:09:48 -0400 |
|---|---|---|
| committer | Yong He <yonghe@outlook.com> | 2017-11-04 16:09:48 -0400 |
| commit | 288841f66c808af70ad7687f9704c87075129b18 (patch) | |
| tree | b6e2e4f5a28be28b28a346f3803121c34bb28f87 /source/slang/compiler.cpp | |
| parent | 664e0da8dff1d04860cc46ce8139cbd47e15c552 (diff) | |
fixed all warnings
Diffstat (limited to 'source/slang/compiler.cpp')
| -rw-r--r-- | source/slang/compiler.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/slang/compiler.cpp b/source/slang/compiler.cpp index f045253b0..302b5704f 100644 --- a/source/slang/compiler.cpp +++ b/source/slang/compiler.cpp @@ -827,10 +827,9 @@ String dissassembleDXILUsingDXC( } void emitEntryPoints( - TargetRequest* targetReq) + TargetRequest* /*targetReq*/) { - CompileRequest* compileReq = targetReq->compileRequest; - + } void generateOutputForTarget( |
