Changes between Initial Version and Version 1 of Ticket #954, comment 28


Ignore:
Timestamp:
Feb 26, 2019, 11:44:48 AM (5 years ago)
Author:
mdavis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #954, comment 28

    initial v1  
    1 FWIW, I experimented with add AppleClang to the cmake GCC path (which is pretty crazy in itself [1]).  Had to remove -fno-implicit-inline-templates.  Then still got a ton of new warnings, mostly about implicit conversions.
     1FWIW, I experimented with add AppleClang to the cmake GCC path (which is pretty crazy in itself -*- ).  Had to remove -fno-implicit-inline-templates.  Then still got a ton of new warnings, mostly about implicit conversions.
    22
    33So it doesn't seem like there's a simple path to making the OSX build chain match the GCC one.
    44
    5 [1] https://stackoverflow.com/questions/10046114/in-cmake-how-can-i-test-if-the-compiler-is-clang
     5(*) https://stackoverflow.com/questions/10046114/in-cmake-how-can-i-test-if-the-compiler-is-clang
    66