Maxim Integrated's IoT development kit.
Dependencies: MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice
Diff: tools/Cppcheck-1.78/cfg/wxwidgets.cfg
- Revision:
- 1:efe9cad8942f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/Cppcheck-1.78/cfg/wxwidgets.cfg Tue Mar 13 14:52:59 2018 +0300 @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<def format="2"> + <!-- http://docs.wxwidgets.org/trunk/group__group__funcmacro__string.html#ga437ea6ba615b75dac8603e96ec864160 --> + <!-- #define wxT (string) --> + <define name="wxT" value=""/> + <!-- http://docs.wxwidgets.org/trunk/classwx_string.html#addd9ccfa3ae2b7ab2d66bcbf034d0be0 --> + <!-- static wxString wxString::Format(const wxString & format, ...) --> + <function name="wxString::Format"> + <noreturn>false</noreturn> + <leak-ignore/> + <formatstr/> + <arg nr="1"> + <formatstr/> + <not-uninit/> + </arg> + </function> +</def>