Fix gcc compiler warning

reg. unrecognized command-line option ‘-Wno-tautological-pointer-compare’ may have been intended to silence earlier diagnostics
This commit is contained in:
Joachim Schmitz 2023-09-02 20:29:56 +02:00 committed by Igor Korsukov
parent 8ae1190e4f
commit fcfca6aa08

View file

@ -71,7 +71,7 @@ target_no_warning(${MODULE} -Wno-implicit-fallthrough)
target_no_warning(${MODULE} -Wno-empty-body)
target_no_warning(${MODULE} -Wno-attributes)
target_no_warning(${MODULE} -Wno-absolute-value)
target_no_warning(${MODULE} -Wno-tautological-pointer-compare)
#target_no_warning(${MODULE} -Wno-tautological-pointer-compare)
target_no_warning(${MODULE} -WMSVC-no-translation-unit-is-empty)
target_no_warning(${MODULE} -WMSVC-no-nonstandard-extension-used)
target_no_warning(${MODULE} -WMSVC-no-assignment-within-conditional-expression)