mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-13 06:10:18 +01:00
XQuartz: Fix "warning: function declaration isn’t a prototype" noise
(cherry picked from commit 9a77905a97)
This commit is contained in:
parent
9c7869265f
commit
aa591b3d21
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ static void ensure_path(const char *dir) {
|
|||
}
|
||||
}
|
||||
|
||||
static void setup_env() {
|
||||
static void setup_env(void) {
|
||||
char *temp;
|
||||
const char *pds = NULL;
|
||||
const char *disp = getenv("DISPLAY");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue