Merge pull request #303 from Nazg-Gul/reincluded-config

Fix redefined warnings from config.h
This commit is contained in:
Sergiu Deitsch 2018-03-21 13:44:44 +01:00 committed by GitHub
commit 11afec2795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
#ifndef GLOG_CONFIG_H
#define GLOG_CONFIG_H
/* define if glog doesn't use RTTI */
#cmakedefine DISABLE_RTTI
@ -200,3 +203,5 @@
#cmakedefine _START_GOOGLE_NAMESPACE_ ${_START_GOOGLE_NAMESPACE_}
#endif
#endif // GLOG_CONFIG_H