]> git.cworth.org Git - apitrace/blobdiff - common/os_binary.hpp
trim: Greatly expand the list of calls considered to have no side effects
[apitrace] / common / os_binary.hpp
index 876bdb6c880e1d42dabf18873a4e1708306d1bc9..a231c7090c61959c5dfd294502ccc100fefbf9a8 100644 (file)
@@ -49,6 +49,7 @@ void setBinaryMode(FILE *fp) {
     fflush(fp);
     int mode = _setmode(_fileno(fp), _O_BINARY);
     assert(mode != -1);
+    (void)mode;
 #else
     (void)fp;
 #endif