Skip to content

Commit

Permalink
One more -Wclass-memaccess fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MadVitaliy committed Aug 6, 2024
1 parent 09d12ba commit 3129b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/gdcmcharls/lookuptable.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class CTable

CTable()
{
::memset(_rgtype, 0, sizeof(_rgtype));
::memset((void*)_rgtype, 0, sizeof(_rgtype));
}

void AddEntry(uint8_t bvalue, Code c)
Expand Down

0 comments on commit 3129b5d

Please sign in to comment.