mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
Use alloca for stack based memory allocation
This commit is contained in:
@@ -22,11 +22,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <io.h>
|
||||
#include <intrin.h>
|
||||
|
||||
#pragma warning(disable : 4018) // warning C4018: signed/unsigned mismatch
|
||||
#pragma warning(disable : 4244) // warning C4244: conversion from '...' to '...', possible loss of data
|
||||
#pragma warning(disable : 4267) // warning C4267: conversion from '...' to '...', possible loss of data
|
||||
#pragma warning(disable : 5105) // warning C5105: macro expansion producing 'defined' has undefined behavior
|
||||
#include <malloc.h>
|
||||
|
||||
#pragma comment(lib, "hid.lib")
|
||||
#pragma comment(lib, "ws2_32.lib")
|
||||
|
Reference in New Issue
Block a user