mirror of
https://github.com/RFnexus/modem73.git
synced 2026-04-27 14:30:33 +00:00
Update makefile
This commit is contained in:
parent
f58acebeb1
commit
a994421f91
2 changed files with 3 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -1,6 +1,7 @@
|
|||
CXX = g++
|
||||
CC = gcc
|
||||
CXXFLAGS = -std=c++17 -O3 -march=native -Wall -Wextra
|
||||
LDFLAGS = -lpthread -lncurses -ldl -lm
|
||||
LDFLAGS = -lpthread -ltinfo -lncurses -ldl -lm
|
||||
|
||||
# dependencies
|
||||
AICODIX_DSP ?= ../dsp
|
||||
|
|
|
|||
|
|
@ -923,7 +923,7 @@ private:
|
|||
void handle_mouse(MEVENT& event) {
|
||||
int rows, cols;
|
||||
getmaxyx(stdscr, rows, cols);
|
||||
// (void)rows;
|
||||
(void)rows;
|
||||
|
||||
if (event.bstate & BUTTON1_CLICKED || event.bstate & BUTTON1_PRESSED) {
|
||||
// Tab clicks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue