diff --git a/EPoll.h b/EPoll.h index d1440e3..58fc19b 100644 --- a/EPoll.h +++ b/EPoll.h @@ -32,7 +32,7 @@ namespace core { public: - volatile long long eventId = 0; + long long eventId = 0; /// /// The constructor for the BMAEPoll object. diff --git a/compile b/compile index 65f0717..f5ad39c 100755 --- a/compile +++ b/compile @@ -5,7 +5,7 @@ do filename="${file%.*}" list="$list $filename.o" echo -n "Compiling $filename..." - g++ -g -c -std=c++17 -I../CoreUtils $file & + g++ -g -c -std=c++23 -I../CoreUtils $file & if [ $? = '0' ] then echo "OK"