mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 20:36:01 +01:00
fix signed/unsigned compiler warning
This commit is contained in:
parent
a37ffd1f0c
commit
929d3fe6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -1139,7 +1139,7 @@ DummyAudioBackend::main_process_thread ()
|
|||
manager.registration_callback();
|
||||
manager.graph_order_callback();
|
||||
|
||||
uint64_t clock1, clock2;
|
||||
int64_t clock1, clock2;
|
||||
clock1 = _x_get_monotonic_usec();
|
||||
while (_running) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue