xrdp/sesman/sesexec
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
..
Makefile.am New files for sesexec 2023-05-02 11:55:23 +01:00
eicp_server.c New files for sesexec 2023-05-02 11:55:23 +01:00
eicp_server.h New files for sesexec 2023-05-02 11:55:23 +01:00
env.c sesexec: Changes to existing files from sesman 2023-05-02 11:55:23 +01:00
env.h Move files from sesman to sesexec directory 2023-05-02 11:55:22 +01:00
ercp_server.c New files for sesexec 2023-05-02 11:55:23 +01:00
ercp_server.h New files for sesexec 2023-05-02 11:55:23 +01:00
login_info.c New files for sesexec 2023-05-02 11:55:23 +01:00
login_info.h New files for sesexec 2023-05-02 11:55:23 +01:00
sesexec.c Fix compile errors detected by the older gcc 4.8.5 compiler:- 2023-06-07 20:21:54 +01:00
sesexec.h New files for sesexec 2023-05-02 11:55:23 +01:00
session.c Add XorgNoNewPrivileges configuration option 2023-05-15 17:40:46 -04:00
session.h sesexec: Changes to existing files from sesman 2023-05-02 11:55:23 +01:00
xauth.c Move files from sesman to sesexec directory 2023-05-02 11:55:22 +01:00
xauth.h Move files from sesman to sesexec directory 2023-05-02 11:55:22 +01:00
xwait.c sesexec: Changes to existing files from sesman 2023-05-02 11:55:23 +01:00
xwait.h Move files from sesman to sesexec directory 2023-05-02 11:55:22 +01:00