Ignore:
Timestamp:
Jan 28, 2025, 4:12:53 PM (12 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
c699602
Parents:
71ca5b9
Message:

Removed warnings from serveral tests and removed them from the ..._TO_INVESTIGATE list. One test triggered a Cforall warning and a new test to check that has been added. collections/vector-demo has no warnings in its body, but the library it uses does have warnings and will have to move after that is fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/collections/vector-demo.cfa

    r71ca5b9 rbada452  
    9696      #endif
    9797
     98        // forbid calling a function that returns permit by value
     99      #ifdef TRY_RETURN_PERMIT_BYVAL_1
    98100        // can declare function that returns permit (wish to forbid)
    99101        vector_permit(float) g( vector( float ) & theVec ) {
     
    101103        }
    102104
    103         // forbid calling a function that returns permit by value
    104       #ifdef TRY_RETURN_PERMIT_BYVAL_1
    105105        vector_permit(float) ofG = g( v ); // Unique best alternative includes deleted identifier
    106106      #endif
    107        
     107
    108108        // allow declaration of permit, populating from exit
    109109        vector_exit(float) h( vector( float ) & theVec ) {
Note: See TracChangeset for help on using the changeset viewer.