• Dan Stoza's avatar
    libgui: Only allow one return from useFenceSync · 00d504c0
    Dan Stoza authored
    An #ifdef was causing multiple returns in this function, which was
    triggering an unreachable code error on some build targets. This
    adds an #else to ensure that only one return is exposed in any given
    build.
    
    Change-Id: I9ed7c3e769bc9094ad31d810944227d1d8302886
    00d504c0
SyncFeatures.cpp 2.97 KB