]> git.ipfire.org Git - thirdparty/make.git/commit
Pacify Oracle Studio 12.6 in init_switches
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Aug 2019 07:40:05 +0000 (00:40 -0700)
committerPaul Smith <psmith@gnu.org>
Mon, 2 Sep 2019 15:11:26 +0000 (11:11 -0400)
commit8d820d57f6a61d5aef6a5e87d2870726702cdda2
treed0c6b6b1c22ade3f2dda735662c49cc4878bf080
parent73e11a50243c91d9228dc23d3377e031e78a3a96
Pacify Oracle Studio 12.6 in init_switches

* src/main.c (init_switches): Use a cast to convert char const *
to char *.  Without this patch, the compiler complains
‘"src/main.c", line 2643: warning: assignment type mismatch:
pointer to char "=" pointer to const char’.
src/main.c