On 3/1/23 03:30, Fangrui Song via dev wrote:
> ATOMIC_VAR_INIT has a trivial definition
> `#define ATOMIC_VAR_INIT(value) (value)`,
> is deprecated in C17/C++20, and will be removed in newer standards in
> newer GCC/Clang (e.g. https://reviews.llvm.org/D144196).
> 
> Signed-off-by: Fangrui Song <mask...@google.com>
> ---
> Changes from v1:
> 
> * remove ATOMIC_VAR_INIT from lib/ovs-atomic*.h files
> * update lib/ovs-atomic.h

Applied.  Thanks!

Best regards, Ilya Maximets.

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to