Changeset 013b028


Ignore:
Timestamp:
Aug 20, 2020, 3:59:30 PM (4 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:
e67a82d
Parents:
c5b55c4
Message:

remove unused variable warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ExpressionNode.cc

    rc5b55c4 r013b028  
    1010// Created On       : Sat May 16 13:17:07 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Aug 20 11:52:59 2020
    13 // Update Count     : 1075
     12// Last Modified On : Thu Aug 20 14:01:46 2020
     13// Update Count     : 1076
    1414//
    1515
     
    216216                        //printf( "%llx %llu\n", v, v );
    217217                } else if ( checkB( str[1] ) ) {                                // binary constant ?
     218#if defined(__SIZEOF_INT128__)
    218219                        unsigned int len = str.length();
    219 #if defined(__SIZEOF_INT128__)
    220220                        if ( type == 5 && len > 2 + 64 ) {
    221221                                if ( len > 2 + 64 + 64 ) SemanticError( yylloc, "128-bit binary constant to large " + str );
Note: See TracChangeset for help on using the changeset viewer.