diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-16 23:44:58 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-17 03:16:11 +0200 |
commit | a8a8cfac5f1be7e0cbfadcc2def8aaa0e8d9d9a0 (patch) | |
tree | bdbd4ca204fec2009a003d7f9e140706afe38446 /FTNoIR_Tracker_PT | |
parent | 3e71e6218557bf14220a23d5afb772c170545cb4 (diff) |
all except 3rdparty-maintained stuff pass -Wall -Wextra -pedantic
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'FTNoIR_Tracker_PT')
-rw-r--r-- | FTNoIR_Tracker_PT/boost-compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FTNoIR_Tracker_PT/boost-compat.h b/FTNoIR_Tracker_PT/boost-compat.h index b5be237a..612f2c4d 100644 --- a/FTNoIR_Tracker_PT/boost-compat.h +++ b/FTNoIR_Tracker_PT/boost-compat.h @@ -2,4 +2,4 @@ #include <memory> namespace boost { using std::shared_ptr; -}; +} |