Add wxFormBuilder project #20
Annotations
11 errors, 10 warnings, and 10 notices
include/ui/ExchangeAnnouncementsDialog.hpp#L4
'wx/wx.h' file not found
|
include/ui/ExchangeScheduleDialog.hpp#L4
'wx/wx.h' file not found
|
include/ui/ExchangeStatusDialog.hpp#L4
'wx/wx.h' file not found
|
include/ui/LoginDialog.hpp#L4
'wx/wx.h' file not found
|
include/ui/MainFrame.hpp#L4
'wx/wx.h' file not found
|
include/ui/PortfolioPanel.hpp#L4
'wx/wx.h' file not found
|
src/ui/ExchangeAnnouncementsDialog.cpp#L1
'wx/wx.h' file not found
|
src/ui/ExchangeScheduleDialog.cpp#L1
'wx/string.h' file not found
|
src/ui/ExchangeStatusDialog.cpp#L1
'wx/wx.h' file not found
|
src/ui/LoginDialog.cpp#L1
'wx/wx.h' file not found
|
|
include/ui/LoginDialog.hpp#L19
use a trailing return type for this function
|
include/ui/LoginDialog.hpp#L20
use a trailing return type for this function
|
include/ui/LoginDialog.hpp#L22
use a trailing return type for this function
|
src/wxfb/App.cpp#L13
constructor does not initialize these fields: pnlRoot, pnlPortfolio, mnuBar, mnuFile, mnuLogin, mnuLogout, mnuExchange, mnuView, mnuShowClosedPositions, mnuHelp, statusBar
|
src/wxfb/App.cpp#L13
use '= default' to define a trivial default constructor
|
src/wxfb/App.cpp#L17
constructor does not initialize these fields: pnlRoot, pnlPortfolio, mnuBar, mnuFile, mnuLogin, mnuLogout, mnuExchange, mnuView, mnuShowClosedPositions, mnuHelp, statusBar
|
src/wxfb/App.cpp#L22
use a trailing return type for this function
|
src/wxfb/App.cpp#L31
variable 'vszrRoot' is not initialized
|
src/wxfb/App.cpp#L35
variable 'vszrContent' is not initialized
|
src/wxfb/App.cpp#L61
variable 'mnuExit' is not initialized
|
include/ui/ExchangeAnnouncementsDialog.hpp#L1
File include/ui/ExchangeAnnouncementsDialog.hpp does not conform to LLVM style guidelines. (lines 8, 9, 10, 12, 13, 14, 15, 17, 19)
|
include/ui/ExchangeScheduleDialog.hpp#L1
File include/ui/ExchangeScheduleDialog.hpp does not conform to LLVM style guidelines. (lines 8, 9, 10, 12, 13, 14, 15, 17, 19)
|
include/ui/ExchangeStatusDialog.hpp#L1
File include/ui/ExchangeStatusDialog.hpp does not conform to LLVM style guidelines. (lines 8, 9, 10, 12, 13, 14, 15, 17, 19)
|
include/ui/LoginDialog.hpp#L1
File include/ui/LoginDialog.hpp does not conform to LLVM style guidelines. (lines 8, 9, 10, 12, 13, 14, 15, 17, 19, 20, 22, 24)
|
include/ui/MainFrame.hpp#L1
File include/ui/MainFrame.hpp does not conform to LLVM style guidelines. (lines 8, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 26, 28, 29, 31, 32, 33, 34, 35, 36, 38, 40, 41, 42, 43, 44, 45, 47)
|
include/ui/PortfolioPanel.hpp#L1
File include/ui/PortfolioPanel.hpp does not conform to LLVM style guidelines. (lines 8, 9, 10, 11, 13, 14, 15, 16, 18, 20)
|
src/ui/ExchangeAnnouncementsDialog.cpp#L1
File src/ui/ExchangeAnnouncementsDialog.cpp does not conform to LLVM style guidelines. (lines 9, 10, 11, 13, 14, 16, 17, 18, 20, 22, 23, 24, 26, 27, 28, 30, 32, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53)
|
src/ui/ExchangeScheduleDialog.cpp#L1
File src/ui/ExchangeScheduleDialog.cpp does not conform to LLVM style guidelines. (lines 10, 11, 12, 14, 15, 17, 18, 19, 21, 23, 24, 25, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 41, 42, 43, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62)
|
src/ui/ExchangeStatusDialog.cpp#L1
File src/ui/ExchangeStatusDialog.cpp does not conform to LLVM style guidelines. (lines 7, 8, 9, 11, 12, 14, 15, 16, 18, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52)
|
src/ui/LoginDialog.cpp#L1
File src/ui/LoginDialog.cpp does not conform to LLVM style guidelines. (lines 9, 10, 11, 12, 14, 15, 16, 18, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 44, 45, 46, 47, 49, 50, 51, 53)
|
This job failed
Loading