diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-06-17 22:15:01 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-08-10 17:25:25 +0200 |
commit | c3392a9fccc04129816057b1184c651171034376 (patch) | |
tree | 68398d60c87a162a66a138a0f41006f4b1d6d712 /apt-pkg/aptconfiguration.h | |
parent | 1b36b5fa1b8dbd76aec7ddd4ffe72f8515c29038 (diff) |
some CXXFLAGS housekeeping
More warnings are always better.
Git-Dch: Ignore
Diffstat (limited to 'apt-pkg/aptconfiguration.h')
-rw-r--r-- | apt-pkg/aptconfiguration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/aptconfiguration.h b/apt-pkg/aptconfiguration.h index 353843c3e..fbd9b02e6 100644 --- a/apt-pkg/aptconfiguration.h +++ b/apt-pkg/aptconfiguration.h @@ -122,7 +122,7 @@ namespace Configuration { /*{{{*/ /** \return Return a comma-separated list of enabled build profile specifications */ std::string const getBuildProfilesString(); /*}}}*/ -}; +} /*}}}*/ } #endif |