Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f791364

Browse files
committed
Remove -fno-operator-names switch from cpluspluscheck.
No longer needed now that bitand() and bitor() have been renamed.
1 parent 84fc571 commit f791364

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tools/pginclude/cpluspluscheck

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,5 @@ do
3030
echo '};'
3131
} >$tmp/test.cpp
3232

33-
# -fno-operator-names omits the definition of bitand and bitor, which
34-
# collide with varbit.h. Could be fixed, if one were so inclined.
35-
${CXX:-g++} -I . -I src/include -fsyntax-only -fno-operator-names -Wall -c $tmp/test.cpp
33+
${CXX:-g++} -I . -I src/include -fsyntax-only -Wall -c $tmp/test.cpp
3634
done

0 commit comments

Comments
 (0)