Fix warnings

This commit is contained in:
Ryan Gammon 2023-09-02 14:51:31 -07:00 committed by Gitea
parent d45e5e350d
commit d18d55d66a
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
cmake = import('cmake')
opt_var = cmake.subproject_options()
opt_var.set_override_option('cpp_std', 'c++17')
inc_dir = include_directories(join_paths('..', '..', '..', 'bin', 'eolian_mono'))
eolian_mono_gen_bin = executable('eolian_mono',

View File

@ -13,6 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifdef _WIN32
# include "evil_private.h" /* setenv */
#endif
#include "Eo.h"
#include "Eina.h"
#include "Ecore.h"