aboutsummaryrefslogtreecommitdiffstats
path: root/resources/logo
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-07-31 21:55:10 -0400
committerDavid Robillard <d@drobilla.net>2025-07-31 21:55:10 -0400
commit961ed4e5ce11af6ceb4bdc39944133173619055c (patch)
tree9219e87c593e75354042491dc34e8a9508c76c4b /resources/logo
parentef38d93a3d9af06eb7ef0cd7ecf2804be210f4e2 (diff)
downloadlv2-961ed4e5ce11af6ceb4bdc39944133173619055c.tar.xz
Remove static constant for clang nonblocking inferenceHEADmain
Unfortunately the function effect checking added in clang 20 won't infer a function is nonblocking if it has a static constant variable (because the compiler might insert a lock to initialize it, or it might have an advanced constructor in C++). This isn't a big loss here, so just inline the value.
Diffstat (limited to 'resources/logo')
0 files changed, 0 insertions, 0 deletions
124'>124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169