Get rid of reproducible build warning by removing build date & time from flatc versio...
authorRob Agar <robagar@fastmail.net>
Mon, 10 Dec 2018 20:48:09 +0000 (20:48 +0000)
committerWouter van Oortmerssen <aardappel@gmail.com>
Mon, 10 Dec 2018 20:48:09 +0000 (12:48 -0800)
commit58e8552da08e602753b42c727748c0117fb3f071
treec4a6175f4acf1b8554794e1f69052d82a0949904
parentd56a4055da7fc28cb1c2f4660ec4644dbddcf105
Get rid of reproducible build warning by removing build date & time from flatc version (#5086)

* disable reproducible build warning due to date/time macros

* wrapped GCC pragmas in #ifdef _GNUC_

* removed __DATE__ and __TIME__ macros from flatc.cpp
src/flatc.cpp