Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf791364

Browse files
committed
Remove -fno-operator-names switch from cpluspluscheck.
No longer needed now that bitand() and bitor() have been renamed.
1 parent84fc571 commitf791364

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)

[8]ページ先頭

©2009-2025 Movatter.jp