diff options
| author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-03-10 14:34:36 -0600 | 
|---|---|---|
| committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-03-10 14:34:36 -0600 | 
| commit | 5d9c9a9a685bb026b35032ab8cbc0575785a74ab (patch) | |
| tree | 87161ae77bbfd0473a3ed544500229bb4491a9ad | |
| parent | f673305e86bea5804fa8c68ffa43f120e7d9f9fa (diff) | |
don't warn about unused result
Closes: #186
| -rw-r--r-- | config.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@  PREFIX = /usr/local  # Default compile flags (overridable by environment) -CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wdeclaration-after-statement +CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-unused-result -Wdeclaration-after-statement  # Uncomment to build XWayland support  #CFLAGS += -DXWAYLAND | 
