You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/04/03 17:13:00 UTC

[jira] [Commented] (ARROW-8328) [C++] MSVC is not respecting warning-disable flags

    [ https://issues.apache.org/jira/browse/ARROW-8328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074740#comment-17074740 ] 

Antoine Pitrou commented on ARROW-8328:
---------------------------------------

Hmm, I don't think we disable all conversion warnings. MSVC is actually useful to find instances of implicit downcasting.

> [C++] MSVC is not respecting warning-disable flags
> --------------------------------------------------
>
>                 Key: ARROW-8328
>                 URL: https://issues.apache.org/jira/browse/ARROW-8328
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 0.16.0
>            Reporter: Ben Kietzman
>            Assignee: Ben Kietzman
>            Priority: Major
>             Fix For: 1.0.0
>
>
> We provide [warning-disabling flags to MSVC|https://github.com/apache/arrow/blob/72433c6/cpp/cmake_modules/SetupCxxFlags.cmake#L151-L153] including one which should disable all conversion warnings. However this is not completely effectual and Appveyor will still emit conversion warnings (which are then treated as errors), requiring insertion of otherwise unnecessary explicit casts or {{#pragma}}s (for example https://github.com/apache/arrow/pull/6820 ).
> Perhaps flag ordering is significant? In any case, as we have conversion warnings disabled for other compilers we should ensure they are completely disabled for MSVC as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)