mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-04 04:33:23 +00:00
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
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
d56a4055da
commit
58e8552da0
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <list>
|
||||
|
||||
#define FLATC_VERSION "1.10.0 (" __DATE__ " " __TIME__ ")"
|
||||
#define FLATC_VERSION "1.10.0"
|
||||
|
||||
namespace flatbuffers {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user