From: Bruno H. <br...@cl...> - 2018-01-01 08:24:05
|
Sam asked on 2017-12-07: > >> modules/rawsock/rawsock.c:893:48: warning: multiple unsequenced > >> modifications to 'STACK' [-Wunsequenced] > >> It is worth bothering with? > > > > Definitely! > > How is this different from -Wsequence-point ? Look up the manuals: GCC [1] has -Wsequence-point, whereas clang [2] has -Wsequence-point and -Wunsequenced, and they are synonymous [3]. Bruno [1] https://gcc.gnu.org/onlinedocs/gcc-7.2.0/gcc/Warning-Options.html [2] https://clang.llvm.org/docs/DiagnosticsReference.html [3] https://clang.llvm.org/docs/DiagnosticsReference.html#wsequence-point |