Changeset e35a32b


Ignore:
Timestamp:
Jan 18, 2021, 2:58:10 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
fcd0b9d7
Parents:
3d3d75e
Message:

global add -Wno-strict-aliasing to cfa command to prevent warnings for cast to different type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r3d3d75e re35a32b  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Nov 17 14:27:28 2020
    13 // Update Count     : 440
     12// Last Modified On : Sat Jan 16 07:30:19 2021
     13// Update Count     : 442
    1414//
    1515
     
    499499                args[nargs++] = "-no-integrated-cpp";
    500500                args[nargs++] = "-Wno-deprecated";
     501                args[nargs++] = "-Wno-strict-aliasing";                 // casting from one type to another
    501502                #ifdef HAVE_CAST_FUNCTION_TYPE
    502503                args[nargs++] = "-Wno-cast-function-type";
Note: See TracChangeset for help on using the changeset viewer.