cyclonedds/src/tools
Dan Rose 6e0faae196 Fix warning -Wimplicit-int-float-conversion
```
/opt/ros/master/src/eclipse-cyclonedds/cyclonedds/src/tools/pubsub/common.c:586:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
    if(nanosec > nextafter(INT64_MAX, 0)) {
                 ~~~~~~~~~ ^~~~~~~~~
/usr/include/stdint.h:134:22: note: expanded from macro 'INT64_MAX'
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/stdint.h:116:24: note: expanded from macro '__INT64_C'
                        ^~~~~~
<scratch space>:345:1: note: expanded from here
9223372036854775807L
^~~~~~~~~~~~~~~~~~~~
1 warning generated.
```

Signed-off-by: Dan Rose <dan@digilabs.io>
2020-02-25 19:20:33 +01:00
..
ddsls Fixed coverity issues 2019-11-25 18:26:15 +01:00
ddsperf ddsperf argument checking improvements 2020-02-18 13:55:44 +01:00
pubsub Fix warning -Wimplicit-int-float-conversion 2020-02-25 19:20:33 +01:00
CMakeLists.txt Use PROJECT_NAME instead of CMAKE_PROJECT_NAME 2019-10-20 03:28:15 -07:00
decode-trace Rework plist/qos printing, diffing and logging 2020-02-11 23:26:01 +01:00