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 2, 2019
1 parent 0dc8288 commit 4d07c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/include/pcl/pcl_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -353,5 +353,5 @@ aligned_free (void* ptr)
#if __has_cpp_attribute(fallthrough) \
#define PCL_FALLTHROUGH [[fallthrough]];
#else
#define PCL_FALLTHROUGH
#define PCL_FALLTHROUGH ;
#endif

0 comments on commit 4d07c63

Please sign in to comment.