diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2016-03-17 13:29:09 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2016-03-17 13:29:09 -0500 |
commit | ff5be6a08a602e8a4454cbfcd8eeb38e28db3e1f (patch) | |
tree | 32ed421750d1645cf145123d823957c40e5c5c22 | |
parent | b7d7f15ab25708c6ee7a3c22389246e07fd6183d (diff) | |
download | ayatana-indicator-display-ff5be6a08a602e8a4454cbfcd8eeb38e28db3e1f.tar.gz ayatana-indicator-display-ff5be6a08a602e8a4454cbfcd8eeb38e28db3e1f.tar.bz2 ayatana-indicator-display-ff5be6a08a602e8a4454cbfcd8eeb38e28db3e1f.zip |
fix warning message
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index f195bda..2e428f9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,7 +29,7 @@ int main(int /*argc*/, char** /*argv*/) { -#warning temp +#warning NB the next line turns on verbose debug logging and is used for developement. Remove it before landing. g_assert(g_setenv("G_MESSAGES_DEBUG", "all", true)); // Work around a deadlock in glib's type initialization. |