Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

gtest: vendor and update to 1.7.0 #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 30, 2015

  1. Configuration menu
    Copy the full SHA
    8865b6d View commit details
    Browse the repository at this point in the history
  2. gtest: remove modified gtest-all-test.cpp, and build unmodified, vend…

    …ored gtest-all.cpp
    
    builds cleanly (minus a couple warnings in the test code itself) on OS X 10.10.4 with “Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)”
    liamstask committed Jul 30, 2015
    Configuration menu
    Copy the full SHA
    97dcc05 View commit details
    Browse the repository at this point in the history
  3. capn-test: remove unreferenced code, now builds cleanly

    previously, this was emitting the following warning (treated as error):
    
    `c++ -g -Wall -Werror -I. -Igtest-1.7.0/include -o capn-test.o -c capn-test.cpp
    capn-test.cpp:66:29: error: unused variable 'SUBSTRUCT_DEFAULT' [-Werror,-Wunused-const-variable]
    static const AlignedData<2> SUBSTRUCT_DEFAULT = {{0,0,0,0,1,0,0,0,  0,0,0,0,0,0,0,0}};
                                ^
    capn-test.cpp:67:29: error: unused variable 'STRUCTLIST_ELEMENT_SUBSTRUCT_DEFAULT' [-Werror,-Wunused-const-variable]
    static const AlignedData<2> STRUCTLIST_ELEMENT_SUBSTRUCT_DEFAULT =
                                ^`
    liamstask committed Jul 30, 2015
    Configuration menu
    Copy the full SHA
    6b36574 View commit details
    Browse the repository at this point in the history