Omit -Wstrict-overflow workaround in GCC 5
commit69d0a2d8989a4f07815e53bcbadea3e1ee0f7256
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Apr 2015 03:30:49 +0000 (29 20:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Apr 2015 03:31:03 +0000 (29 20:31 -0700)
tree66b07a29e301df1f9da749635f0f2ad887fb9df6
parent6eaa9a57a172181f866d9c50f3e5880601551932
Omit -Wstrict-overflow workaround in GCC 5

* src/process.c: Remove workaround for GCC -Wstrict-overflow bug
if it's GCC 5 or later, as the bug appears to be fixed in GCC 5.1.
src/process.c