Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
789af3cd
Commit
789af3cd
authored
Sep 27, 2010
by
Michael Albinus
Browse files
* dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
(Bug#7113)
parent
11a5af7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dbusbind.c
src/dbusbind.c
+1
-1
No files found.
src/dbusbind.c
View file @
789af3cd
...
...
@@ -2135,7 +2135,7 @@ message arrives. */);
#else
Vdbus_debug
=
Qnil
;
/* We do not want to abort. */
setenv
(
"DBUS_FATAL_WARNINGS"
,
0
,
1
);
setenv
(
"DBUS_FATAL_WARNINGS"
,
"0"
,
1
);
#endif
Fprovide
(
intern_c_string
(
"dbusbind"
),
Qnil
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment