Homec4science

Fix unused function warning on Mac OS.

Authored by Victor Costan <costan@gmail.com> on Feb 19 2018, 10:56.

Description

Fix unused function warning on Mac OS.

As of recently, Google Test fails to compile with the warning below when
used in projects with strict warning settings.

googletest/src/gtest-death-test.cc:1004:13: error: unused function 'StackGrowsDown' [-Werror,-Wunused-function]

Details

Committed
Victor Costan <costan@gmail.com>Feb 19 2018, 11:02
Pushed
trottetDec 4 2019, 13:52
Parents
R9484:3f0cf6b62ad1: Merge pull request #1450 from pwnall/fix-printers
Branches
Unknown
Tags
Unknown

Event Timeline

Victor Costan <costan@gmail.com> committed R9484:8a6158717bc1: Fix unused function warning on Mac OS. (authored by Victor Costan <costan@gmail.com>).Feb 19 2018, 11:02