C++ implementation of the Google logging module
Fixed these warnings:
src/logging_unittest.cc: At global scope:
src/logging_unittest.cc:1081:13: warning: 'void MyCheck(bool, bool)' defined but not used [-Wunused-function]
static void MyCheck(bool a, bool b) {
^~~~~~~
src/logging_unittest.cc:1078:13: warning: 'void MyFatal()' defined but not used [-Wunused-function]
static void MyFatal() {
^~~~~~~
|
||
|---|---|---|
| .bazelci | ||
| bazel | ||
| cmake | ||
| doc | ||
| m4 | ||
| packages | ||
| src | ||
| .gitignore | ||
| AUTHORS | ||
| autogen.sh | ||
| BUILD | ||
| ChangeLog | ||
| CMakeLists.txt | ||
| configure.ac | ||
| CONTRIBUTING.md | ||
| CONTRIBUTORS | ||
| COPYING | ||
| glog-config.cmake.in | ||
| INSTALL | ||
| libglog.pc.in | ||
| ltmain.sh | ||
| Makefile.am | ||
| README | ||
| README.windows | ||
| WORKSPACE | ||
This repository contains a C++ implementation of the Google logging module. Documentation for the implementation is in doc/. See INSTALL for (generic) installation instructions for C++: basically ./autogen.sh && ./configure && make && make install