mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
fix some errrrrors
This commit is contained in:
parent
6692b8427d
commit
47b8d4422c
@ -923,7 +923,7 @@ set (CMAKE_VISIBILITY_INLINES_HIDDEN ON)
|
|||||||
#
|
#
|
||||||
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra")
|
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra")
|
||||||
|
|
||||||
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werrror -Wall -Wextra -fexceptions -frtti")
|
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wall -Wextra -fexceptions -frtti")
|
||||||
|
|
||||||
if (NOT APPLE)
|
if (NOT APPLE)
|
||||||
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-pragmas")
|
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-pragmas")
|
||||||
|
@ -45,7 +45,7 @@ QList<DecodeHighlightingModel::HighlightInfo> const DecodeHighlightingModel::imp
|
|||||||
, {Highlight::CallBand, false, {}, {{0x99, 0xff, 0xff}}}
|
, {Highlight::CallBand, false, {}, {{0x99, 0xff, 0xff}}}
|
||||||
, {Highlight::LotW, false, {{0x99, 0x00, 0x00}}, {}}
|
, {Highlight::LotW, false, {{0x99, 0x00, 0x00}}, {}}
|
||||||
, {Highlight::CQ, true, {}, {{0x66, 0xff, 0x66}}}
|
, {Highlight::CQ, true, {}, {{0x66, 0xff, 0x66}}}
|
||||||
, {Highlight::Tx, true, {}, {{Qt::yellow}}}
|
, {Highlight::Tx, true, {}, {Qt::yellow}}
|
||||||
};
|
};
|
||||||
|
|
||||||
bool operator == (DecodeHighlightingModel::HighlightInfo const& lhs, DecodeHighlightingModel::HighlightInfo const& rhs)
|
bool operator == (DecodeHighlightingModel::HighlightInfo const& lhs, DecodeHighlightingModel::HighlightInfo const& rhs)
|
||||||
|
Loading…
Reference in New Issue
Block a user