[Insight-users] GDCM Compiler Warning

Hans Johnson hans-johnson at uiowa.edu
Thu Aug 2 11:59:07 EDT 2007


Mathieu,

I am getting a compiler warning in gdcm:

/scratch/hjohnson/src/brains2/iplFreeware/icc/FAST_64_64/Insight/Utilities/g
dcm/src/gdcmDefaultDicts.cxx(627): warning #913: invalid multibyte character
sequence
/scratch/hjohnson/src/brains2/iplFreeware/icc/FAST_64_64/Insight/Utilities/g
dcm/src/gdcmDefaultDicts.cxx(628): warning #913: invalid multibyte character
sequence

...
     32 typedef struct
     33 {
     34    uint16_t group;
     35    uint16_t element;
     36    const char *vr;
     37    const char *vm;
     38    const char *name;
     39 } DICT_ENTRY;
     40 
     41 static DICT_ENTRY datadir[] = {
     42 
     43    {0x0000, 0x0000, "UL" , "1" , "Group Length"},
...
   627    {0x0018, 0x8150, "DS" , "1" , "Exposure Time in µS"},
   628    {0x0018, 0x8151, "DS" , "1" , "X-Ray Tube Current in µA"},
...
The problem is that "µ" can not be part of a ³const char name *² .  I don¹t
know how to address this problem, but thought that you might want to have a
look.

Regards,
Hans
-- 
Hans J. Johnson, Ph.D.
Hans-johnson at uiowa.edu

278 GH
The University of Iowa
Iowa City, IA 52241
(319) 353 8587

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20070802/17e8db23/attachment.html


More information about the Insight-users mailing list