Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed Jan 7, 2025
2 parents dc61894 + 15a7825 commit 5a4f726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MediaStorageAndFileFormat/gdcmDataSetHelper.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ VR DataSetHelper::ComputeVR(File const &file, DataSet const &ds, const Tag& tag)
{
// For Pixel Data:
// if( !ds.FindDataElement( bitsallocated ) ) return VR::UN;
Attribute<0x0028,0x0100> at;
// Attribute<0x0028,0x0100> at;
// at.SetFromDataElement( ds.GetDataElement( bitsallocated ) );
}
(void)v;
Expand Down
1 change: 1 addition & 0 deletions Utilities/gdcmrle/io.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ int source::read_into_segments( char * out, int len, image_info const & ii )
int nvalues = read(out + 0 * llen, llen);
assert( nvalues == llen ); (void)nvalues;
bool b = seek(pos + 1 * plane);
(void)b;
assert(b);
nvalues = read(out + 1 * llen, llen);
assert( nvalues == llen ); (void)nvalues;
Expand Down

0 comments on commit 5a4f726

Please sign in to comment.