RobotWebTools / rclnodejs

Node.js version of ROS 2.0 client
https://docs.ros.org/en/humble/Concepts/Basic/About-Client-Libraries.html?highlight=rclnodejs#community-maintained
Apache License 2.0
312 stars 70 forks source link

Fixes GCC 8.X compiler warnings. #780

Closed wayneparrott closed 3 years ago

wayneparrott commented 3 years ago

Changes: executor.cpp - reorder member initialization in constructor binding.gyp - add compiler flags -Wextra -Wno-cast-function-type package.json - upgraded nan to ver 2.14.2

Fix #779

wayneparrott commented 3 years ago

This PR is blocked by Issue #781.