diff options
author | David Robillard <d@drobilla.net> | 2022-06-28 14:31:05 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-06-28 15:10:15 -0400 |
commit | 088fee1f4b4586e96c3b29314678d05a53eed9c4 (patch) | |
tree | b9f4a7a691275b92058d268e2f3f181f7358dcb8 /meson/warnings/meson.build | |
parent | b5a4d1f58efd8e7976349ac2592b5ae2dbb86fc2 (diff) | |
download | zix-088fee1f4b4586e96c3b29314678d05a53eed9c4.tar.gz zix-088fee1f4b4586e96c3b29314678d05a53eed9c4.tar.bz2 zix-088fee1f4b4586e96c3b29314678d05a53eed9c4.zip |
Fix incorrect function attributes
The ring accessors are pure, not const, because they read pointed-to data (the
ring) that may change between invocations. The BTree iter comparison is const
because it only compares the values passed as parameters (although they contain
pointers, they aren't dereferenced).
Diffstat (limited to 'meson/warnings/meson.build')
0 files changed, 0 insertions, 0 deletions