Skip to content

Fix remove compile warnings

Maxence Naud requested to merge fix_remove-compile-warnings into dev

Context

Some changes to remove warnings.

Major modifications

  • fix possibly dangling reference to a temporary in Scheduler.cpp
  • fix ignoring attributes on template argument ‘int (*)(FILE*)’ in Scheduler.cpp and GraphView.cpp
  • fix inlining failed for Aidge::Node::input(const Aidge::IOIndex_t) member function

Merge request reports

Loading