Kaz Miller

Results 1 comments of Kaz Miller

Hey @Falconerd, Easiest example I've managed to find is in no-braces if/else statements. ``` if (!file_vertex.is_valid) ERROR_EXIT("Error reading shader: %s\n", path_vert); else fprintf(stdout, "Success\n"); ``` On gcc this fails as...