mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 17:22:52 +00:00
Removed compiler option to silence set but unused variable warnings, which was obviated by the prior commit #326
This commit is contained in:
parent
beb93f7e88
commit
0039b95a73
@ -164,4 +164,4 @@ py_%.cpp: %.i | $(TRICKIFY_PYTHON_DIR)
|
||||
|
||||
%.o: %.cpp
|
||||
$(info $(call COLOR,Compiling) $<)
|
||||
@$(TRICK_CC) $(TRICK_CXXFLAGS) $(TRICK_SYSTEM_CXXFLAGS) $(PYTHON_INCLUDES) -std=c++11 -Wno-invalid-offsetof -Wno-shadow -Wno-unused-but-set-variable -c -o $@ $<
|
||||
@$(TRICK_CC) $(TRICK_CXXFLAGS) $(TRICK_SYSTEM_CXXFLAGS) $(PYTHON_INCLUDES) -std=c++11 -Wno-invalid-offsetof -Wno-shadow -c -o $@ $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user