The -Wno-writable-strings warning flag is Clang-specific. GCC's equivalent is -Wno-write-strings, which Clang also supports as a synonym. So, -Wno-write strings is more compatible and there is no need to specify both. https://clang.llvm.org/docs/DiagnosticsReference.html#wwrite-strings https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.htmlpull/5516/head
parent
be1716a6d0
commit
595cb359c0
1 changed files with 0 additions and 1 deletions
Loading…
Reference in new issue