matt335672 7cf9101407 Fix compile errors detected by the older gcc 4.8.5 compiler:-
sesexec.c: In function ‘main’:
sesexec.c:521:1: error: control reaches end of non-void function [-Werror=return-type]

sound.c: In function ‘process_pcm_message’:
sound.c:1123:21: error: ‘for’ loop initial declarations are only allowed in C99 mode
                     for (int i = 0; i < send_silence_times; i++)
                     ^
sound.c:1123:21: note: use option -std=c99 or -std=gnu99 to compile your code

These fixes are in line with our coding standard and have no functional change.
2023-06-07 20:21:54 +01:00
..
2023-05-02 11:55:23 +01:00
2023-05-02 11:55:23 +01:00
2023-05-02 11:55:23 +01:00
2023-05-02 11:55:23 +01:00
2023-05-02 11:55:23 +01:00
2023-05-02 11:55:23 +01:00
2023-05-02 11:55:23 +01:00
2023-05-02 11:55:23 +01:00