diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2014-06-10 23:06:46 -0500 |
|---|---|---|
| committer | Charles Kerr <charles.kerr@canonical.com> | 2014-06-10 23:06:46 -0500 |
| commit | db2898b2da7231490fe77ebcef0fb373ce1f2776 (patch) | |
| tree | 03a9d75325b9271d7f58dc3dca9d39bc380e5a22 | |
| parent | 3f7fad001e4fe74a89b60d2e217750baaf3b0392 (diff) | |
| download | ayatana-indicator-datetime-db2898b2da7231490fe77ebcef0fb373ce1f2776.tar.gz ayatana-indicator-datetime-db2898b2da7231490fe77ebcef0fb373ce1f2776.tar.bz2 ayatana-indicator-datetime-db2898b2da7231490fe77ebcef0fb373ce1f2776.zip | |
remove a pair of #warning tracers
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index adbd371..079fe35 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,10 +34,7 @@ #include <datetime/wakeup-timer-mainloop.h> #ifdef HAVE_UBUNTU_HW_ALARM_H - #warning using hw alarms #include <datetime/wakeup-timer-uha.h> -#else - #warning not using hw arlarms #endif #include <glib/gi18n.h> // bindtextdomain() |
