summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-02-27 08:49:16 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-02-27 08:49:16 -0800
commitb127cfb18e214b5188924a41f2f8d8ae38bf473f (patch)
tree6083c19a765374c195cfc2b69bc3d4d54f34c000 /CMakeLists.txt
parent2ec3579f296fdea783a806179424b28b2f3c0100 (diff)
Fix Texas Instruments compiler warning
Texas Instruments compiler produces this warning for unused template member functions: "pugixml.cpp", line 253: warning #179-D: function "pugi::impl::<unnamed>::auto_deleter<T>::release [with T=pugi::impl::<unnamed>::xml_stream_chunk<char>]" was declared but never referenced As far as I can tell, this is a compiler issue - these functions should not be instantiated in the first place; while it's possible to rework the code to work around this, the changes would be fragile. It seems best to just disable this warning - we've seen something similar on SNC (which appears to use the same frontend!..). Fixes #182.
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions