We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40175d4 commit c215885Copy full SHA for c215885
tests/cpp/class.bmk
@@ -7,4 +7,4 @@ EXTRA_OBJS := class-cpp.o
7
8
$(SRCDIR)class-cpp.o : $(SRCDIR)class-cpp.cpp
9
# Pass $(CFLAGS) to get -m32 or -m64 as required
10
- $(CXX) -c $(CFLAGS) -o $@ $^
+ $(CXX) -c $(CFLAGS) -Wall -Wno-attributes -o $@ $^
0 commit comments