pi@raspberrypi:~/plugin_headers_root/LLSymbols/LLSymbolsUsage $ sudo halcompile --install llxplc.comp > llxplc-Wall.txt In file included from llxplc.comp:45: /home/pi/plugin_headers_root/LLSymbols/LLSymbols/LLSymbols.h: In function '_': /home/pi/plugin_headers_root/LLSymbols/LLSymbols/LLSymbols.h:88:48: warning: missing braces around initializer [-Wmissing-braces] static const LLSymServerAddress GDBLocalHost = { symProtGDB_TCP, { _T("127.0.0.1"), 5000, 0 } }; ^ /home/pi/plugin_headers_root/LLSymbols/LLSymbols/LLSymbols.h:88:48: warning: missing braces around initializer [-Wmissing-braces] llxplc.comp:62:36: warning: missing braces around initializer [-Wmissing-braces] llxplc.comp:62:36: warning: missing braces around initializer [-Wmissing-braces] llxplc.comp:62:26: warning: unused variable 'GDBConn' [-Wunused-variable] llxplc.comp:60:8: warning: unused variable 'bitvalue' [-Wunused-variable] llxplc.comp:59:11: warning: unused variable 'uintvalue' [-Wunused-variable] llxplc.comp:58:11: warning: unused variable 'divalue' [-Wunused-variable] llxplc.comp:57:11: warning: unused variable 'uivalue' [-Wunused-variable] llxplc.comp:56:12: warning: unused variable 'fvalue' [-Wunused-variable] llxplc.comp:54:14: warning: variable 'result' set but not used [-Wunused-but-set-variable] llxplc.comp:53:14: warning: unused variable 'wksresult' [-Wunused-variable] llxplc.comp:52:14: warning: unused variable 'initresult' [-Wunused-variable] llxplc.comp:51:17: warning: unused variable 'tag' [-Wunused-variable] llxplc.comp:50:23: warning: unused variable 'wks' [-Wunused-variable] llxplc.comp:49:9: warning: unused variable 'done' [-Wunused-variable] In file included from llxplc.comp:45: /home/pi/plugin_headers_root/LLSymbols/LLSymbols/LLSymbols.h:88:33: warning: unused variable 'GDBLocalHost' [-Wunused-variable] static const LLSymServerAddress GDBLocalHost = { symProtGDB_TCP, { _T("127.0.0.1"), 5000, 0 } }; ^~~~~~~~~~~~ In file included from /home/pi/plugin_headers_root/LLSymbols/LLSymbols/LLSymbols.h:3, from llxplc.comp:45: /home/pi/plugin_headers_root/LLSymbols/LLSymbols/LLSymbolsCommonPublic.h:57:25: warning: typedef 'LPCTSTR' locally defined but not used [-Wunused-local-typedefs] typedef const TCHAR * LPCTSTR; ^~~~~~~ /home/pi/plugin_headers_root/LLSymbols/LLSymbols/LLSymbolsCommonPublic.h:58:25: warning: typedef 'LPCSTR' locally defined but not used [-Wunused-local-typedefs] typedef const char * LPCSTR; ^~~~~~ /home/pi/plugin_headers_root/LLSymbols/LLSymbols/LLSymbolsCommonPublic.h:59:21: warning: typedef 'LPTSTR' locally defined but not used [-Wunused-local-typedefs] typedef TCHAR * LPTSTR; ^~~~~~ /home/pi/plugin_headers_root/LLSymbols/LLSymbols/LLSymbolsCommonPublic.h:60:20: warning: typedef 'LPSTR' locally defined but not used [-Wunused-local-typedefs] typedef char * LPSTR; ^~~~~ In file included from /home/pi/plugin_headers_root/LLSymbols/LLSymbols/LLSymbols.h:6, from llxplc.comp:45: /home/pi/plugin_headers_root/LLSymbols/LLSymbols/MisraC.h:18:18: warning: typedef 'char_t' locally defined but not used [-Wunused-local-typedefs] typedef char char_t; ^~~~~~ /home/pi/plugin_headers_root/LLSymbols/LLSymbols/MisraC.h:20:20: warning: typedef 'float64_t' locally defined but not used [-Wunused-local-typedefs] typedef double float64_t; ^~~~~~~~~ In file included from /home/pi/plugin_headers_root/LLSymbols/LLSymbols/LLSymbols.h:10, from llxplc.comp:45: /home/pi/plugin_headers_root/LLSymbols/LLSymbols/LLSymbolsDefs.h:168:2: warning: typedef 'LLSymTypeProperty' locally defined but not used [-Wunused-local-typedefs] }LLSymTypeProperty; ^~~~~~~~~~~~~~~~~ /home/pi/plugin_headers_root/LLSymbols/LLSymbols/LLSymbolsDefs.h:171:18: warning: typedef 'addr64_t' locally defined but not used [-Wunused-local-typedefs] typedef uint64_t addr64_t; ^~~~~~~~ pi@raspberrypi:~/plugin_headers_root/LLSymbols/LLSymbolsUsage $