Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[test] Fixed compilation warning in coverage build. JB#33786
test_log.c:81:5: warning: implicit declaration of function 'gutil_log_assert'
   81 |     gutil_log_assert(NULL, GLOG_LEVEL_WARN, "Test!", __FILE__, __LINE__);
      |     ^~~~~~~~~~~~~~~~
  • Loading branch information
monich committed Jan 16, 2023
1 parent 06017ed commit 40ec1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_log/Makefile
@@ -1,6 +1,6 @@
# -*- Mode: makefile-gmake -*-

CFLAGS += -DGLOG_LEVEL_MAX=GLOG_LEVEL_VERBOSE
CFLAGS += -DGLOG_LEVEL_MAX=GLOG_LEVEL_VERBOSE -DGLOG_LEVEL_ASSERT=GLOG_LEVEL_ALWAYS
EXE = test_log

include ../common/Makefile

0 comments on commit 40ec1c4

Please sign in to comment.