Changeset 72b5744 in buchla-emu
- Timestamp:
-
05/27/2018 09:15:01 PM
(6 years ago)
- Author:
- Thomas Lopatic <thomas@…>
- Branches:
- master
- Children:
- 6027d76
- Parents:
- 5e2fc8b
- Message:
-
Fix compiler warning.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r5e2fc8b
|
r72b5744
|
|
153 | 153 | |
154 | 154 | break; |
155 | | } |
156 | | |
157 | | ver2("time %f", time); |
| 155 | |
| 156 | default: |
| 157 | len = 0; |
| 158 | break; |
| 159 | } |
| 160 | |
| 161 | ver2("time %f, len %d", time, len); |
158 | 162 | |
159 | 163 | for (int32_t i = 0; i < len; ++i) { |