Fix the warning description

Change-Id: I355e4ab73f58303c3b423ec4230bd55ded95da05
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169785
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
Mike Kaganski 2024-07-01 13:03:26 +05:00
parent b6cdd1d7ff
commit 263dc5c171

View file

@ -82,8 +82,7 @@ gb_AFLAGS := $(AFLAGS)
# C4201: nonstandard extension used : nameless struct/union
# C4244: nonstandard extension used : formal parameter 'identifier'
# was previously defined as a type
# C4244: 'argument' : conversion from 'type1' to 'type2', possible loss of data
# C4250: 'class1' : inherits 'class2::member' via dominance