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

Lines changed: 1 addition & 3 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy