diff options
author | midipix <writeonce@midipix.org> | 2018-08-09 05:25:51 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-08-09 05:25:51 -0400 |
commit | 69302dc003c0e55dc9b5ce67b9bb3f2ad31d5284 (patch) | |
tree | 483f08f7bd0dc47ac0f75fb2e4fe46396593abdd /project | |
parent | a1d11435c880dcf7febbc590e04696a90923bcc3 (diff) | |
download | sofort-69302dc003c0e55dc9b5ce67b9bb3f2ad31d5284.tar.bz2 sofort-69302dc003c0e55dc9b5ce67b9bb3f2ad31d5284.tar.xz |
front-end utility: sfrt_main(): remove the redundant argc parameter.
Diffstat (limited to 'project')
-rw-r--r-- | project/overrides.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/overrides.mk b/project/overrides.mk index e69de29..4ac3b36 100644 --- a/project/overrides.mk +++ b/project/overrides.mk @@ -0,0 +1 @@ +src/$(PACKAGE).o: CFLAGS_CONFIG += -Wno-unused-parameter |