Commits
Binh-Minh Ribler committed 853b4f417b6
[svn-r29796] Purpose: Fix warnings HDFFV-8615 Description: The "warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]" was already removed by adding const to char* parameter in the FL_PacketTable. This change is to remove the use of literal strings in code for maintainability. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)