Skip to content

Commit

Permalink
Adding semi-colon to make valid code
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi committed Sep 4, 2019
1 parent b50fc56 commit 54235f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/include/pcl/pcl_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ aligned_free (void* ptr)
*
* \ingroup common
*/
#if __has_cpp_attribute(fallthrough) \
#if __has_cpp_attribute(fallthrough)
#define PCL_FALLTHROUGH [[fallthrough]];
#else
#define PCL_FALLTHROUGH
#define PCL_FALLTHROUGH ;
#endif

0 comments on commit 54235f4

Please sign in to comment.