← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH 16/16] Clean up warnings from exception handlers

 

Simon,

This patch is failing to apply cleanly.  Please rebase and resubmit it
when you get a chance and I will merge it.  Sorry about the issues and
the delay.

Thanks,

Wayne

On 6/7/2016 3:54 PM, Simon Richter wrote:
> 
> The exception objects caught are either not referenced at all, or only in
> debug builds. This avoids the warnings for the unused variables.
> ---
>  eeschema/class_libentry.cpp            | 2 +-
>  eeschema/class_library.cpp             | 4 ++--
>  eeschema/cross-probing.cpp             | 2 +-
>  eeschema/dialogs/dialog_bom.cpp        | 2 +-
>  eeschema/eeschema_config.cpp           | 6 +++---
>  eeschema/lib_export.cpp                | 2 +-
>  eeschema/project_rescue.cpp            | 4 ++--
>  eeschema/schframe.cpp                  | 2 +-
>  eeschema/symbedit.cpp                  | 2 +-
>  pcb_calculator/datafile_read_write.cpp | 2 +-
>  pcbnew/class_module.cpp                | 2 +-
>  pcbnew/dialogs/wizard_add_fplib.cpp    | 2 +-
>  pcbnew/moduleframe.cpp                 | 8 ++++----
>  utils/idftools/idf_parser.cpp          | 8 ++++----
>  14 files changed, 24 insertions(+), 24 deletions(-)
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 



Follow ups

References