Skip to content

Commit

Permalink
Merge pull request #1400 from BorisMansencal/pragmapop
Browse files Browse the repository at this point in the history
correct pragma pop
  • Loading branch information
dcoeurjo authored Mar 9, 2019
2 parents 091bbfe + 3a4e050 commit 21f72bc
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@
[#1389](https://github.com/DGtal-team/DGtal/pull/1389))
- Fix compilation and adding debug version for the generated file with Visual Studio
(Raphael Lenain, [#1395](https://github.com/DGtal-team/DGtal/pull/1395))


- Correct pragma pop in ITK related files
(Boris Mansencal, [#1400](https://github.com/DGtal-team/DGtal/pull/1400))

- *Base*
- Fixing wrong members in PredicateCombiner (David Coeurjolly,
[#1321](https://github.com/DGtal-team/DGtal/pull/1321))
Expand Down
2 changes: 1 addition & 1 deletion src/DGtal/images/ImageContainerByITKImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
#pragma clang diagnostic pop
#endif
#if defined(__GNUG__)
#endif
#pragma GCC diagnostic pop
#endif
//////////////////////////////////////////////////////////////////////////////

namespace DGtal
Expand Down
2 changes: 1 addition & 1 deletion src/DGtal/io/readers/DicomReader.ih
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
#pragma clang diagnostic pop
#endif
#if defined(__GNUG__)
#endif
#pragma GCC diagnostic pop
#endif
//////////////////////////////////////////////////////////////////////////////


Expand Down
2 changes: 1 addition & 1 deletion src/DGtal/io/readers/ITKReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
#pragma clang diagnostic pop
#endif
#if defined(__GNUG__)
#endif
#pragma GCC diagnostic pop
#endif

namespace DGtal
{
Expand Down
2 changes: 1 addition & 1 deletion src/DGtal/io/readers/ITKReader.ih
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
#pragma clang diagnostic pop
#endif
#if defined(__GNUG__)
#endif
#pragma GCC diagnostic pop
#endif

namespace DGtal {

Expand Down
2 changes: 1 addition & 1 deletion src/DGtal/io/writers/ITKWriter.ih
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
#pragma clang diagnostic pop
#endif
#if defined(__GNUG__)
#endif
#pragma GCC diagnostic pop
#endif

///////////////////////////////////////////////////////////////////////////////
// IMPLEMENTATION of inline methods.
Expand Down
2 changes: 1 addition & 1 deletion tests/images/testITKImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
#pragma clang diagnostic pop
#endif
#if defined(__GNUG__)
#endif
#pragma GCC diagnostic pop
#endif

///////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 21f72bc

Please sign in to comment.