Fix shorten-64-to-32 error when build with clang 3.4
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Mon, 12 Aug 2013 17:45:54 +0000 (17:45 -0000)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Mon, 12 Aug 2013 17:45:54 +0000 (17:45 -0000)
commitf9da85401315778091e04e0aefa0987f5f729f8e
tree9c3578dcc704ac8f605ff70c2f056eabcb533cbf
parent95785b910040cf69d2fd64b2acdbb99e1606e953
Fix shorten-64-to-32 error when build with clang 3.4

mcast_stream.c:393:29: error: implicit conversion loses integer precision: 'long' to 'gint32' (aka 'int')
      [-Werror,-Wshorten-64-to-32]
        usec = buffer[cur].tv_usec - buffer[prev].tv_usec;
             ~ ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~

svn path=/trunk/; revision=51316
ui/gtk/mcast_stream.c