From 62d09cb2346588773a9e25ac9e9a942816b8581a Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 20 Jan 2012 20:46:30 +0000 Subject: minor but numerous changes from compiler-happiness department Signed-off-by: Michael Krelin --- (limited to 'src/eyefiworker.h') diff --git a/src/eyefiworker.h b/src/eyefiworker.h index c08ec8b..afb97c7 100644 --- a/src/eyefiworker.h +++ b/src/eyefiworker.h @@ -8,7 +8,7 @@ class eyefiworker : public eyefiService { eyefiworker(); - int run(int port); + int run(int port) __attribute__ ((noreturn)); }; -- cgit v0.9.0.2