Skip to content

Commit

Permalink
Remove comments after #endif.
Browse files Browse the repository at this point in the history
They cause a lot of compilation warnings.
  • Loading branch information
foxik committed Mar 10, 2015
1 parent c0a076d commit dade165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/containers.h
Expand Up @@ -75,6 +75,6 @@
#else
#define MIN_VERSION_base(major1,major2,minor) (0)
#endif
#endif // MIN_VERSION_base was not defined
#endif

#endif // This file was already included
#endif

0 comments on commit dade165

Please sign in to comment.