Build: Added -Wall,extra,-pedantic, fixed warnings and peeves.
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
pkglib_LTLIBRARIES=libxcbXorg.la
|
||||
libxcbXorg_la_SOURCES=xcbXorg.cpp
|
||||
|
||||
xcbXorg.$(OBJEXT): CPPFLAGS+=-Wno-c++20-extensions
|
||||
xcbXorg.l$(OBJEXT): CPPFLAGS+=-Wno-c++20-extensions
|
||||
|
||||
@@ -43,6 +43,7 @@ const CSenseApiDesc *HK_GET_SENSE_API_DESC_FN_NAME(void)
|
||||
static sal_mlo_initializeIndFn xcbXorg_initializeInd;
|
||||
int xcbXorg_initializeInd(Csal_mgmt_hkOps *hkOps)
|
||||
{
|
||||
(void)hkOps;
|
||||
std::cerr << "XcbXorg::sal_mlo_initializeInd\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user