sheepy

build system (sheepy) and package manager (spm) for C
git clone https://spartatek.se/git/sheepy.git
Log | Files | Refs | README | LICENSE

commit 11daedd886bccb66d520d6589930d8a9abf28bb5
parent 97d385d567e70e25d7c2e5e3ceee71feb3d7f0a7
Author: Remy Noulin <loader2x@gmail.com>
Date:   Fri,  6 Aug 2021 14:26:27 +0000

add -Wno-unused-result in default config

src/common.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Diffstat:
Msrc/common.h | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/common.h b/src/common.h @@ -35,7 +35,7 @@ " print_compile_commands: false\n"\ " clean_exe: true # when true sheepy -d deletes the executable or libraries\n"\ " system: /usr/local # spm -g install the packages in this folder under "PACKAGE_DIR" and bin\n"\ - " cflags: -g3 -std=gnu11 -fPIC -pipe # these flags are overriden by package.yml\n"\ + " cflags: -g3 -std=gnu11 -fPIC -pipe -Wno-unused-result # these flags are overriden by package.yml\n"\ " lflags: -rdynamic # these flags are overriden by package.yml\n"\ " linkWithGold: true\n"\ " 32bit: false\n"\ @@ -66,7 +66,7 @@ " print_compile_commands: false\n"\ " clean_exe: true # when true sheepy -d deletes the executable or libraries\n"\ " system: /usr/local # spm -g install the packages in this folder under "PACKAGE_DIR" and bin\n"\ - " cflags: -g3 -std=gnu11 -fPIC -pipe # these flags are overriden by package.yml\n"\ + " cflags: -g3 -std=gnu11 -fPIC -pipe -Wno-unused-result # these flags are overriden by package.yml\n"\ " lflags: -rdynamic # these flags are overriden by package.yml\n"\ " linkWithGold: false\n"\ " 32bit: false\n"\ @@ -97,7 +97,7 @@ " print_compile_commands: false\n"\ " clean_exe: true # when true sheepy -d deletes the executable or libraries\n"\ " system: /data/data/com.termux/files/usr # spm -g install the packages in this folder under "PACKAGE_DIR" and bin\n"\ - " cflags: -D__arm__=1 -g3 -std=gnu11 -fPIC -pipe # these flags are overriden by package.yml\n"\ + " cflags: -D__arm__=1 -g3 -std=gnu11 -fPIC -pipe -Wno-unused-result # these flags are overriden by package.yml\n"\ " lflags: -rdynamic # these flags are overriden by package.yml\n"\ " linkWithGold: false\n"\ " 32bit: false\n"\ @@ -128,7 +128,7 @@ " print_compile_commands: false\n"\ " clean_exe: true # when true sheepy -d deletes the executable or libraries\n"\ " system: /boot/home/config/non-packaged # spm -g install the packages in this folder under "PACKAGE_DIR" and bin\n"\ - " cflags: -g3 -std=gnu11 -fPIC -pipe # these flags are overriden by package.yml\n"\ + " cflags: -g3 -std=gnu11 -fPIC -pipe -Wno-unused-result # these flags are overriden by package.yml\n"\ " lflags: # these flags are overriden by package.yml\n"\ " linkWithGold: false\n"\ " 32bit: false\n"\