Commit bb367c1
committed
[polly] Fix unused variable warnings
This patch fixes:
polly/lib/Transform/ScheduleOptimizer.cpp:935:17: error: unused
variable 'File' [-Werror,-Wunused-variable]
polly/lib/Transform/ScheduleOptimizer.cpp:936:9: error: unused
variable 'Line' [-Werror,-Wunused-variable]
polly/lib/Transform/ScheduleOptimizer.cpp:937:17: error: unused
variable 'Msg' [-Werror,-Wunused-variable]1 parent ce5dac6 commit bb367c1
1 file changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
935 | | - | |
936 | | - | |
937 | | - | |
938 | | - | |
939 | | - | |
940 | | - | |
941 | | - | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
942 | 943 | | |
943 | 944 | | |
944 | 945 | | |
| |||
0 commit comments