pipewire/spa/include/spa
Wim Taymans 968bc382af log: initialize pos to help the compiler
Although pos will be set to 0 in the first iteration, the compiler does
not seem to figure this out, so help it a little:

../spa/include/spa/support/log.h:306:21: warning: ‘pos’ may be used uninitialized [-Wmaybe-uninitialized]
  306 |                 pos += sprintf(str + pos, "%02x ", buf[i]);                             \
      |                     ^~
../spa/include/spa/support/log.h:301:13: note: ‘pos’ was declared here
  301 |         int pos;                                                                        \
      |             ^~~
2022-09-07 09:17:19 +02:00
..
buffer buffer: add EMPTY chunk flag 2022-06-24 11:09:01 +02:00
control doc: add brief explanations for all groups 2021-10-04 20:55:04 +03:00
debug spa: debug double like a float 2022-03-21 09:18:07 +01:00
graph doc: add brief explanations for all groups 2021-10-04 20:55:04 +03:00
interfaces/audio spa: aec: rename first argument of methods in spa_audio_aec_methods 2022-07-23 08:58:18 +00:00
monitor spa: fix the event and command type info 2022-01-27 12:34:04 +01:00
node spa: add comment about prefetch 2022-07-08 17:02:46 +02:00
param bluez5: add Opus as a (Pipewire-specific) A2DP vendor codec 2022-07-19 13:44:56 +00:00
pod spa: fix compilation with c++ 2022-03-01 21:40:30 +01:00
support log: initialize pos to help the compiler 2022-09-07 09:17:19 +02:00
utils hook: don't remove from unitialized list 2022-08-30 11:52:42 +00:00