Oran Agra 34e70c13c9
fix arm build warning due to new compiler optimizations (#11362)
Build fails with warnings in ARM CI after adding more aggressive optimizations (#11350)
probably a result of more aggressive inlining

```
ziplist.c: In function ‘pop.constprop’:
ziplist.c:1770:13: error: ‘vlong’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
             printf("%lld", vlong);
             ^~~~~~~~~~~~~~~~~~~~~
```

```
listpack.c: In function ‘lpInsert.constprop’:
listpack.c:406:9: error: argument 2 null where non-null expected [-Werror=nonnull]
         memcpy(buf+1,s,len);
         ^~~~~~~~~~~~~~~~~~~
```
2022-10-07 21:24:54 +03:00
..
2012-04-13 17:52:33 -07:00
2022-08-22 15:01:40 +08:00
2022-08-22 15:01:40 +08:00
2022-08-23 12:37:56 +03:00
2020-04-24 17:11:21 -07:00
2022-03-09 13:58:23 +02:00
2021-12-19 17:52:23 +02:00
2022-07-11 12:36:03 +03:00
2022-01-06 13:39:38 +02:00
2022-03-09 13:58:23 +02:00
2020-05-05 23:35:08 -04:00
2022-08-23 12:37:56 +03:00
2022-04-17 15:43:22 +03:00
2014-08-08 10:05:32 +02:00
2022-10-02 13:56:45 +03:00
2022-08-23 12:37:56 +03:00
2021-07-10 10:04:54 -05:00
2014-07-02 16:31:22 +02:00
2022-07-18 10:56:26 +03:00
2022-08-22 15:16:08 +08:00
2022-07-18 10:56:26 +03:00
2022-07-18 10:56:26 +03:00