15 Jan
2018
15 Jan
'18
3:22 p.m.
CC src/lib/cbuff.c cc1: error: unrecognized command line option "-Wno-date-time" make: *** [build/objs/src/lib/cbuff.lo] Error 1
I have fixed this issue by removing "-Wno-date-time" from configure & configure.ac files. But question is: is it correct approach?
The correct approach is to test for -Wno-date-time support like we do for other warnings. I'll leave that up to the developer who introduced -Wno-date-time though :P -Arran