Commit 10624e6
committed
[BOLT] Fix warnings
bolt/lib/Passes/NonPacProtectedRetAnalysis.cpp:62:13: error: unused
function 'traceInst' [-Werror,-Wunused-function]
bolt/lib/Passes/NonPacProtectedRetAnalysis.cpp:68:13: error: unused
function 'traceReg' [-Werror,-Wunused-function]
bolt/lib/Passes/NonPacProtectedRetAnalysis.cpp:80:13: error: unused
function 'traceRegMask' [-Werror,-Wunused-function]1 parent 73cd84a commit 10624e6
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments