Merge branch 'master' of https://github.com/stefanhaustein/TerminalImageViewer
This commit is contained in:
commit
e5c4677542
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ prefix ?= /usr/local
|
||||||
exec_prefix ?= $(prefix)
|
exec_prefix ?= $(prefix)
|
||||||
bindir ?= $(exec_prefix)/bin
|
bindir ?= $(exec_prefix)/bin
|
||||||
|
|
||||||
override CXXFLAGS += -std=c++20 -Wall -fexceptions
|
override CXXFLAGS += -std=c++2a -Wall -fexceptions
|
||||||
override LDFLAGS += -pthread
|
override LDFLAGS += -pthread
|
||||||
|
|
||||||
all: $(PROGNAME)
|
all: $(PROGNAME)
|
||||||
|
|
|
@ -590,7 +590,7 @@ int main(int argc, char *argv[]) {
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
std::cerr << "Warning: failed to determine most reasonable sie: "
|
std::cerr << "Warning: failed to determine most reasonable size: "
|
||||||
"unrecognized system, defaulting to 80x24"
|
"unrecognized system, defaulting to 80x24"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue