diff options
| author | Justin Frank <justinpfrank@protonmail.com> | 2019-02-08 19:25:40 -0800 |
|---|---|---|
| committer | Justin Frank <justinpfrank@protonmail.com> | 2019-02-27 22:45:31 -0800 |
| commit | 29342836a6b60f46a0f5c4c938a8cd99e2e033ea (patch) | |
| tree | b48034e84df18df3e04c4b8416b874eb96888c48 /src/Makefile | |
| parent | 699d066ebd5a468def2ea0f928fadcac5ec4a51d (diff) | |
Fixed Selection being defined as a struct and class
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 19a38e5a..1c31dce2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -85,7 +85,7 @@ else LDFLAGS += -rdynamic endif -CXXFLAGS += -pedantic -std=c++17 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option +CXXFLAGS += -pedantic -std=c++17 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address all : kak |
