Commit 3c6bcb90461baeb390724455c75c6388f542dfec
1 parent
3f5bbb30
Some cleanup
Showing
1 changed file
with
3 additions
and
7 deletions
include/cxxopts.hpp
| @@ -22,8 +22,8 @@ THE SOFTWARE. | @@ -22,8 +22,8 @@ THE SOFTWARE. | ||
| 22 | 22 | ||
| 23 | */ | 23 | */ |
| 24 | 24 | ||
| 25 | -#ifndef CXX_OPTS_HPP | ||
| 26 | -#define CXX_OPTS_HPP | 25 | +#ifndef CXXOPTS_HPP_INCLUDED |
| 26 | +#define CXXOPTS_HPP_INCLUDED | ||
| 27 | 27 | ||
| 28 | #include <cstring> | 28 | #include <cstring> |
| 29 | #include <cctype> | 29 | #include <cctype> |
| @@ -1877,8 +1877,4 @@ Options::group_help(const std::string& group) const | @@ -1877,8 +1877,4 @@ Options::group_help(const std::string& group) const | ||
| 1877 | 1877 | ||
| 1878 | } | 1878 | } |
| 1879 | 1879 | ||
| 1880 | -#if defined(__GNU__) | ||
| 1881 | -#pragma GCC diagnostic pop | ||
| 1882 | -#endif | ||
| 1883 | - | ||
| 1884 | -#endif //CXX_OPTS_HPP | 1880 | +#endif //CXXOPTS_HPP_INCLUDED |