mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-05 21:15:20 +00:00
Signal that cexception needs setjmp to be supported.
This commit is contained in:
@@ -12,6 +12,7 @@ class CMockGeneratorPluginCexception
|
||||
@config = config
|
||||
@utils = utils
|
||||
@priority = 7
|
||||
raise 'Error: cexception is not supported without setjmp support' unless @config.has_setjmp_h
|
||||
end
|
||||
|
||||
def include_files
|
||||
|
||||
Reference in New Issue
Block a user