8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

Fix an irritating warning when building packages

This commit is contained in:
paulbeach 2015-09-28 13:27:41 +00:00
parent 5f9e10d82a
commit 659e3e2ca5

View File

@ -125,7 +125,7 @@
#if defined(__ppc__) || defined(__ppc64__)
#define FB_PLATFORM "UP" /* Darwin/PowerPC */
#endif
#endif // DARWIN
#endif
#ifndef FB_VERSION
#define FB_VERSION FB_PLATFORM "-" FB_BUILD_TYPE FB_MAJOR_VER "." FB_MINOR_VER "." FB_REV_NO "." FB_BUILD_NO " " FB_BUILD_SUFFIX