Ad a warning in Yerbacon.hpp that shows up when YBCON_VERSION isn't already defined.
This commit is contained in:
parent
3f4aed1389
commit
db14d469bd
|
@ -2,6 +2,7 @@
|
||||||
#define YERBACON_HPP
|
#define YERBACON_HPP
|
||||||
|
|
||||||
#ifndef YBCON_VERSION
|
#ifndef YBCON_VERSION
|
||||||
|
#warning "YBCON_VERSION is unknown and will therefore be set to a default value"
|
||||||
#define YBCON_VERSION "UNKNOWN"
|
#define YBCON_VERSION "UNKNOWN"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue