diff options
author | Josh Blum | 2013-07-31 19:43:41 -0700 |
---|---|---|
committer | Josh Blum | 2013-07-31 19:43:41 -0700 |
commit | 258a441750b62533d887330379946b058d2c5ebb (patch) | |
tree | d8e6790ef1f320a1a026d9636c1948ba730df706 /python | |
parent | 66e0614b1867045d5dc3bf7ba997b9ed79546adb (diff) | |
download | sandhi-258a441750b62533d887330379946b058d2c5ebb.tar.gz sandhi-258a441750b62533d887330379946b058d2c5ebb.tar.bz2 sandhi-258a441750b62533d887330379946b058d2c5ebb.zip |
gras: take care of some misc warnings
Diffstat (limited to 'python')
-rw-r--r-- | python/gras/GRAS_PyBlock.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/gras/GRAS_PyBlock.i b/python/gras/GRAS_PyBlock.i index d7c67f8..ed4759f 100644 --- a/python/gras/GRAS_PyBlock.i +++ b/python/gras/GRAS_PyBlock.i @@ -25,7 +25,7 @@ { $action } - catch (const Swig::DirectorException &e) + catch (const Swig::DirectorException &) { SWIG_fail; } |