• Adam Simpkins's avatar
    cmake: use -Wshadow-compatible-local if supported · f49dd821
    Adam Simpkins authored
    Summary:
    Use the `use -Wshadow-compatible-local` flag if the compiler supports it.
    
    This also required marking the gmock include directory as a system include
    directory, to prevent the compiler from warning about existing name shadowing
    in gmock's header files.
    
    Reviewed By: yfeldblum
    
    Differential Revision: D6787806
    
    fbshipit-source-id: f0e5f6de543a47b19a09440c58ee2961dab23054
    f49dd821
FollyConfigChecks.cmake 6.27 KB