Skip to content

Commit

Permalink
Cleanup: Fix -Wwrite-strings warnings in convcore.C on Windows
Browse files Browse the repository at this point in the history
Change-Id: I74721fd62c7c8c1d92d35035e09b67c2abfb742d
  • Loading branch information
evan-charmworks committed Feb 22, 2019
1 parent 763ebff commit 8a2f0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conv-core/convcore.C
Original file line number Diff line number Diff line change
Expand Up @@ -3652,7 +3652,7 @@ static void CmiProcessPriority(char **argv)
#else
HANDLE hProcess = GetCurrentProcess();
DWORD dwPriorityClass = NORMAL_PRIORITY_CLASS;
char *prio_str = "NORMAL_PRIORITY_CLASS";
const char *prio_str = "NORMAL_PRIORITY_CLASS";
BOOL status;
/*
<-20: real time
Expand Down

0 comments on commit 8a2f0ca

Please sign in to comment.