mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Remove -fno-operator-names switch from cpluspluscheck.
No longer needed now that bitand() and bitor() have been renamed.
This commit is contained in:
@ -30,7 +30,5 @@ do
|
|||||||
echo '};'
|
echo '};'
|
||||||
} >$tmp/test.cpp
|
} >$tmp/test.cpp
|
||||||
|
|
||||||
# -fno-operator-names omits the definition of bitand and bitor, which
|
${CXX:-g++} -I . -I src/include -fsyntax-only -Wall -c $tmp/test.cpp
|
||||||
# collide with varbit.h. Could be fixed, if one were so inclined.
|
|
||||||
${CXX:-g++} -I . -I src/include -fsyntax-only -fno-operator-names -Wall -c $tmp/test.cpp
|
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user