• JaeSang Yoo's avatar
    Problem: some cond. compile may cause problem · 38fd1fdc
    JaeSang Yoo authored
    Some ifdefs in condition checking may cause problem in some compiler or
    static analyzers. When PGM and NORM both are disabled, some condition
    will be derived as false || false.
    
    Solution: Splitted condition checking for every ifdef conditions
    38fd1fdc
socket_base.cpp 66.4 KB