]> git.pld-linux.org Git - packages/telepathy-qt4.git/blobdiff - telepathy-qt-warnings.patch
- updated to 0.9.7
[packages/telepathy-qt4.git] / telepathy-qt-warnings.patch
index 990aa6578625dacc3d60d04deabfbb9c2d9bd09b..38e271057f1694a8639adc114662533714c0ae8f 100644 (file)
@@ -1,21 +1,10 @@
---- telepathy-qt-0.9.6.1/cmake/modules/TelepathyDefaults.cmake.orig    2015-05-24 21:33:18.000000000 +0200
-+++ telepathy-qt-0.9.6.1/cmake/modules/TelepathyDefaults.cmake 2015-05-29 18:06:23.916014194 +0200
-@@ -108,7 +108,7 @@
-     endif(${NOT_RELEASE} EQUAL 1)
-     if(CMAKE_SYSTEM_NAME MATCHES Linux)
--        add_definitions(-D_BSD_SOURCE)
-+        add_definitions(-D_DEFAULT_SOURCE)
-     endif(CMAKE_SYSTEM_NAME MATCHES Linux)
-     # Compiler coverage
 --- telepathy-qt-0.9.6.1/tests/dbus/stream-tube-chan.cpp.orig  2015-05-24 21:33:18.000000000 +0200
 +++ telepathy-qt-0.9.6.1/tests/dbus/stream-tube-chan.cpp       2015-05-29 18:55:05.122558269 +0200
 @@ -118,6 +118,7 @@
          g_object_unref(localAddress);
  
          Q_ASSERT(success);
-+      (void)success;
++        (void)success;
      }
  
      return clientSocket;
This page took 0.031689 seconds and 4 git commands to generate.