Skip to content

Commit c215885

Browse files
committed
fbc: tests/cpp/*.bmk, add warnings and ignore calling convention attributes with '-Wall -Wno-attributes'
1 parent 40175d4 commit c215885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cpp/class.bmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ EXTRA_OBJS := class-cpp.o
77

88
$(SRCDIR)class-cpp.o : $(SRCDIR)class-cpp.cpp
99
# Pass $(CFLAGS) to get -m32 or -m64 as required
10-
$(CXX) -c $(CFLAGS) -o $@ $^
10+
$(CXX) -c $(CFLAGS) -Wall -Wno-attributes -o $@ $^

0 commit comments

Comments
 (0)