Project

General

Profile

Feature #1934 ยป 0047-version.h-Turn-error-to-warning.patch

Marko Lindqvist, 02/03/2026 06:10 AM

View differences:

common/version.h
#endif /* __cplusplus */
#if !defined(FC__FREECIV_CONFIG_H) && !defined(FC_CONFIG_H)
#error Files including version.h should also include freeciv_config.h directly
#warning Files including version.h should also include freeciv_config.h directly
#endif
/* This is only used in version.c, and only if IS_BETA_VERSION is true.
    (1-1/1)