• Mark Klara's avatar
    Silenced unused variable warnings. · 0ece0421
    Mark Klara authored
    When built for release, builds were failing with unused
    variable warnings, since they were only used in `assert()`
    calls.
    
    I added explicit void casting to any potentially unused variables.
    
    Change-Id: I9947ba46891fdda5aa925caa950642dedd4e009f
    0ece0421
sample_binary.cpp 3.77 KB