From 3c6bcb90461baeb390724455c75c6388f542dfec Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Tue, 31 Oct 2017 18:21:18 +1100 Subject: [PATCH] Some cleanup --- include/cxxopts.hpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index b767803..ccf515e 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -22,8 +22,8 @@ THE SOFTWARE. */ -#ifndef CXX_OPTS_HPP -#define CXX_OPTS_HPP +#ifndef CXXOPTS_HPP_INCLUDED +#define CXXOPTS_HPP_INCLUDED #include #include @@ -1877,8 +1877,4 @@ Options::group_help(const std::string& group) const } -#if defined(__GNU__) -#pragma GCC diagnostic pop -#endif - -#endif //CXX_OPTS_HPP +#endif //CXXOPTS_HPP_INCLUDED