[Darshan-commits] [Git][darshan/darshan][master] compiler warning fix for darshan-log-format

Shane Snyder xgitlab at cels.anl.gov
Fri Jan 24 15:26:29 CST 2020



Shane Snyder pushed to branch master at darshan / darshan


Commits:
28fcd92f by Shane Snyder at 2020-01-24T21:25:08Z
compiler warning fix for darshan-log-format

This fix resolves compiler warnings from g++ related to
Darshan module names array.

- - - - -


1 changed file:

- darshan-log-format.h


Changes:

=====================================
darshan-log-format.h
=====================================
@@ -159,7 +159,7 @@ typedef enum
 
 /* module name strings */
 #define X(a, b, c, d) b,
-static char * const darshan_module_names[] =
+static const char * const darshan_module_names[] =
 {
     DARSHAN_MODULE_IDS
 };



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/28fcd92f268213e6e7bca4541d47dc57a45ac0dc

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/28fcd92f268213e6e7bca4541d47dc57a45ac0dc
You're receiving this email because of your account on xgitlab.cels.anl.gov.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20200124/52604236/attachment.html>


More information about the Darshan-commits mailing list