diff options
author | David Robillard <d@drobilla.net> | 2019-12-08 21:10:02 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-12-08 21:11:35 +0100 |
commit | afffecae1c567bac1622d4f168ff7c3828ec3b51 (patch) | |
tree | 8498573b55254d701dcf569fc675d011fd05557a /src/server/mix.cpp | |
parent | c910a12d9d37f756ca3a2205698eaff91ccb2239 (diff) | |
download | ingen-afffecae1c567bac1622d4f168ff7c3828ec3b51.tar.gz ingen-afffecae1c567bac1622d4f168ff7c3828ec3b51.tar.bz2 ingen-afffecae1c567bac1622d4f168ff7c3828ec3b51.zip |
Cleanup: Work around clang-tidy bug
For some reason clang-tidy thinks that insert can modify the value of
tail_block, so this triggers a null dereference warning. If that were true, it
would be true with things swapped around like this as well, but it makes the
warning go away at least.
Diffstat (limited to 'src/server/mix.cpp')
0 files changed, 0 insertions, 0 deletions