]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/arm-ds5-gator.git/blobdiff - daemon/Logging.h
gator: Version 5.14
[android-sdk/arm-ds5-gator.git] / daemon / Logging.h
index 37f7dd3320d6d393ce637de65165def33f2c9f35..8f960de27bf35a9f4f529565a4ffc47ce00d8527 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) ARM Limited 2010-2012. All rights reserved.
+ * Copyright (C) ARM Limited 2010-2013. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
@@ -42,6 +42,6 @@ private:
 
 extern Logging* logg;
 
-extern void handleException();
+extern void handleException() __attribute__ ((noreturn));
 
 #endif         //__LOGGING_H__