]> git.meshlink.io Git - meshlink/commitdiff
Fix a compiler warning.
authorGuus Sliepen <guus@meshlink.io>
Fri, 2 Apr 2021 19:00:36 +0000 (21:00 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 15 Apr 2021 18:30:51 +0000 (20:30 +0200)
Clang doesn't like trailing commas in enums when compiling C++ code if no
-std= flag is passed.


No differences found