forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1f42337
committed
Fix compiler warning for pg_lfind32().
The newly-introduced "one_by_one" label produces -Wunused-labelwarnings when building without SIMD support. To fix, move thelabel into the SIMD section of this function.Oversight in commit7644a73.Reported-by: Tom LaneDiscussion:https://postgr.es/m/3189995.1711495704%40sss.pgh.pa.us1 parentffa9bb5 commit1f42337
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
| 197 | + | |
| 198 | + | |
197 | 199 |
| |
198 | 200 |
| |
199 |
| - | |
200 | 201 |
| |
201 | 202 |
| |
202 | 203 |
| |
|
0 commit comments
Comments
(0)